Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/include/
H A Dntif.h83 struct ifconf { struct
84 int ifc_len; /* size of associated buffer */
85 union {
88 } ifc_ifcu;
/freebsd-13.1/libexec/bootpd/
H A Dgetif.c37 static struct ifconf ifconf; /* points to ifreq */ variable
/freebsd-13.1/sys/net/
H A Dif.h496 struct ifconf { struct
497 int ifc_len; /* size of associated buffer */
498 union {
501 } ifc_ifcu;
H A Dif.c3227 ifconf(u_long cmd, caddr_t data) in ifconf() function
/freebsd-13.1/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c878 struct ifconf ifconf; in getifaddrs2() local
1020 struct lifconf ifconf; in getlifaddrs2() local