Home
last modified time | relevance | path

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

/dragonfly/libexec/bootpd/
H A Dgetif.c37 static struct ifconf ifconf; /* points to ifreq */ variable
/dragonfly/sys/net/
H A Dif.h321 struct ifconf { struct
322 int ifc_len; /* size of associated buffer */
323 union {
326 } ifc_ifcu;
H A Dif.c2491 ifconf(u_long cmd, caddr_t data, struct ucred *cred) in ifconf() function