root/net/inet/devinet.h

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

INCLUDED FROM


   1 /*
   2  * INET         An implementation of the TCP/IP protocol suite for the LINUX
   3  *              operating system.  INET is implemented using the  BSD Socket
   4  *              interface as the means of communication with the user level.
   5  *
   6  *              Definitions for the INET bits of the interfaces handler.
   7  *
   8  */
   9 
  10 #ifndef _DEVINET_H
  11 #define _DEVINET_H
  12 
  13 #ifndef _DEV_H
  14 #include "dev.h"
  15 #endif
  16 
  17 extern int              ip_addr_match(unsigned long addr1, unsigned long addr2);
  18 extern int              chk_addr(unsigned long addr);
  19 extern struct device    *dev_check(unsigned long daddr);
  20 extern unsigned long    my_addr(void);
  21 
  22 #endif  /* _DEVINET_H */

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