Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/ !
H A Dif.h448 struct ifconf { struct
449 int ifc_len; /* size of associated buffer */
450 union {
453 } ifc_ifcu;
H A Dif.c4455 ifconf(u_long cmd, user_addr_t ifrp, int *ret_space) in ifconf() function