Home
last modified time | relevance | path

Searched defs:ifnet_array (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/net/
H A Dif_var.h736 struct ifnet_array { struct
737 int ifnet_count; /* # of elem. in ifnet_arr */
738 int ifnet_pad; /* explicit */
739 struct ifnet *ifnet_arr[];
H A Dif.c186 static struct ifnet_array *ifnet_array = &ifnet_array0; variable