Lines Matching defs:interface
167 * The interface structure is used to hold the addresses and socket
169 * Because "interface" is a reserved word in C++ and has so many
171 * Eventually the struct tag will change from interface to endpt_tag.
185 char name[32]; /* name of interface */
209 #define INT_PPP 0x002 /* Point-to-point interface */
211 #define INT_BROADCAST 0x008 /* can broadcast out this interface */
212 #define INT_MULTICAST 0x010 /* can multicast out this interface */
215 #define INT_WILDCARD 0x080 /* wildcard interface - usually skipped */
265 struct peer *ilink; /* list of peers for interface */
916 #define RESM_INTERFACE 0x1000 /* this is an interface */
928 RESTRICT_REMOVEIF, /* remove an interface restrict entry */