Magellan Linux

Contents of /trunk/mkinitrd-magellan/klibc/usr/kinit/ipconfig/packet.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1297 - (show annotations) (download)
Fri May 27 15:12:11 2011 UTC (12 years, 11 months ago) by niro
File MIME type: text/plain
File size: 327 byte(s)
-updated to klibc-1.5.22 with mntproc definitions patch included
1 #ifndef IPCONFIG_PACKET_H
2 #define IPCONFIG_PACKET_H
3
4 struct iovec;
5
6 int packet_open(void);
7 void packet_close(void);
8 int packet_send(struct netdev *dev, struct iovec *iov, int iov_len);
9 void packet_discard(struct netdev *dev);
10 int packet_recv(struct netdev *dev, struct iovec *iov, int iov_len);
11
12 #endif /* IPCONFIG_PACKET_H */