Searched defs:ifconf (Results 1 – 5 of 5) sorted by relevance
83 struct ifconf { struct84 int ifc_len; /* size of associated buffer */85 union {88 } ifc_ifcu;
35 static struct ifconf ifconf; /* points to ifreq */ variable
878 struct ifconf ifconf; in getifaddrs2() local1020 struct lifconf ifconf; in getlifaddrs2() local
559 struct ifconf { argument 557 struct ifconf { global() struct 558 ifc_lenifconf global() argument 562 ifc_ifcuifconf global() argument
3280 ifconf(u_long cmd, caddr_t data) ifconf() function