Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif.h449 struct ifconf { struct
450 int ifc_len; /* size of associated buffer */
451 union {
454 } ifc_ifcu;
H A Dif.c5168 ifconf(u_long cmd, user_addr_t ifrp, int *ret_space) in ifconf() function