Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dif.h452 struct ifconf { struct
453 int ifc_len; /* size of associated buffer */
454 union {
457 } ifc_ifcu;
H A Dif.c4806 ifconf(u_long cmd, user_addr_t ifrp, int *ret_space) in ifconf() function