Home
last modified time | relevance | path

Searched defs:interface (Results 1 – 3 of 3) sorted by relevance

/original-bsd/sbin/routed/
H A Dinterface.h22 struct interface { struct
23 struct interface *int_next; argument
24 struct sockaddr int_addr; /* address on this host */
25 union {
50 #define IFF_UP 0x1 /* interface is up */ argument
/original-bsd/sbin/XNSrouted/
H A Dinterface.h24 struct interface { struct
25 struct interface *int_next; argument
26 struct sockaddr int_addr; /* address on this host */
27 union {
51 #define IFF_UP 0x1 /* interface is up */ argument
/original-bsd/usr.bin/netstat/
H A Dnetstat.h26 char *interface; /* desired i/f for stats, or NULL for all i/fs */ variable