Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/net/
H A Dif.h458 struct ifconf { struct
459 int ifc_len; /* size of associated buffer */
460 union {
463 } ifc_ifcu;
H A Dif.c5074 ifconf(u_long cmd, user_addr_t ifrp, int *ret_space) in ifconf() function