Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1122 - (hide annotations) (download)
Wed Aug 18 21:11:40 2010 UTC (13 years, 9 months ago) by niro
File MIME type: text/plain
File size: 324 byte(s)
-updated to klibc-1.5.19
1 niro 532 #ifndef IPCONFIG_PACKET_H
2     #define IPCONFIG_PACKET_H
3    
4 niro 1122 struct iovec;
5    
6 niro 532 int packet_open(void);
7     void packet_close(void);
8     int packet_send(struct netdev *dev, struct iovec *iov, int iov_len);
9     int packet_peek(int *ifindex);
10     void packet_discard(void);
11     int packet_recv(struct iovec *iov, int iov_len);
12    
13     #endif /* IPCONFIG_PACKET_H */