Lines Matching refs:interface
316 struct interface { struct
317 struct interface *next, *prev; argument
345 struct interface *int_list, *int_last; argument
377 static struct interface *add_interface(struct iface_list *ilist, char *name) in add_interface()
379 struct interface *ife, **nextp, *new; in add_interface()
462 static void get_dev_fields(char *bp, struct interface *ife, int procnetdev_vsn) in get_dev_fields()
546 struct interface *ife; in if_readlist_proc()
585 static int if_fetch(struct interface *ife) in if_fetch()
603 offsetof(struct interface, LAST_TO_ZERO) in if_fetch()
604 - offsetof(struct interface, FIRST_TO_ZERO) in if_fetch()
657 static int do_if_fetch(struct interface *ife) in do_if_fetch()
847 static void ife_print6(struct interface *ptr) in ife_print6()
904 static void ife_print(struct interface *ptr) in ife_print()
1069 static int do_if_print(struct interface *ife, int show_downed_too) in do_if_print()
1083 struct interface *ife; in display_interfaces()