Searched defs:ifconf (Results 1 – 2 of 2) sorted by relevance
458 struct ifconf { struct459 int ifc_len; /* size of associated buffer */460 union {463 } ifc_ifcu;
5074 ifconf(u_long cmd, user_addr_t ifrp, int *ret_space) in ifconf() function