Searched defs:interface (Results 1 – 3 of 3) sorted by relevance
22 struct interface { struct23 struct interface *int_next; argument24 struct sockaddr int_addr; /* address on this host */25 union {50 #define IFF_UP 0x1 /* interface is up */ argument
24 struct interface { struct25 struct interface *int_next; argument26 struct sockaddr int_addr; /* address on this host */27 union {51 #define IFF_UP 0x1 /* interface is up */ argument
26 char *interface; /* desired i/f for stats, or NULL for all i/fs */ variable