Searched defs:ifconf (Results 1 – 2 of 2) sorted by relevance
449 struct ifconf { struct450 int ifc_len; /* size of associated buffer */451 union {454 } ifc_ifcu;
5168 ifconf(u_long cmd, user_addr_t ifrp, int *ret_space) in ifconf() function