root/net/inet/rarp.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 /* linux/net/inet/rarp.h */
   2 #ifndef _RARP_H
   3 #define _RARP_H
   4 
   5 extern int rarp_ioctl(unsigned int cmd, void *arg);
   6 extern int rarp_rcv(struct sk_buff *skb, 
   7                     struct device *dev, 
   8                     struct packet_type *pt);
   9 extern int rarp_get_info(char *buffer, 
  10                          char **start, 
  11                          off_t offset, 
  12                          int length);
  13 #endif  /* _RARP_H */
  14 

/* [previous][next][first][last][top][bottom][index][help] */