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