Searched refs:ifconf (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10.1/ntp-92/include/
H A Dntif.h83 struct ifconf { struct
/macosx-10.10.1/sudo-73/src/
H A Dinterfaces.c187 struct ifconf *ifconf; local
191 size_t len = sizeof(struct ifconf) + BUFSIZ;
206 ifconf = (struct ifconf *) ifconf_buf;
207 ifconf->ifc_len = len - sizeof(struct ifconf);
208 ifconf->ifc_buf = (caddr_t) (ifconf_buf + sizeof(struct ifconf));
211 STRSET(SIOCGIFCONF, (caddr_t) ifconf, le
[all...]
/macosx-10.10.1/network_cmds-457/rtsol.tproj/
H A Dif.c410 struct ifconf ifconf;
427 memset(&ifconf, 0, sizeof(ifconf));
428 ifconf.ifc_req = iflist;
429 ifconf.ifc_len = maxif * BUFSIZ; /* XXX */
430 if (ioctl(s, SIOCGIFCONF, &ifconf) < 0) {
437 ifr_end = (struct ifreq *) (ifconf.ifc_buf + ifconf.ifc_len);
438 for (ifr = ifconf
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetifaddrs.c878 struct ifconf ifconf; local
899 ifconf.ifc_len = buf_size;
900 ifconf.ifc_buf = buf;
905 if (ioctl (fd, siocgifconf, &ifconf) < 0 && errno != EINVAL) {
914 if (ifconf.ifc_len < buf_size)
920 for (p = ifconf.ifc_buf;
921 p < ifconf.ifc_buf + ifconf.ifc_len;
1020 struct lifconf ifconf; local
[all...]
/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dget_myaddress.c83 struct ifconf ifc;
H A Dpmap_rmt.c212 struct ifconf ifc;
/macosx-10.10.1/cups-408/cups/cups/
H A Dgetifaddrs.c40 struct ifconf conf; /* Interface configurations */
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dsockio.h98 #define OSIOCGIFCONF _IOWR('i', 20, struct ifconf) /* deprecated */
113 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
/macosx-10.10.1/dcerpc-61/dcerpc/uuid/
H A Dget_802_addr.c122 struct ifconf ifc;
/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/net/
H A Dif.h208 struct ifconf { struct
/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Difaddrlist.c107 struct ifconf ifc;
/macosx-10.10.1/Libc-1044.1.2/uuid/uuidsrc/
H A Dgen_uuid.c85 struct ifconf ifc;
/macosx-10.10.1/libpcap-48/libpcap/
H A Dfad-gifc.c146 struct ifconf ifc;
/macosx-10.10.1/network_cmds-457/rarpd.tproj/
H A Drarpd.c235 struct ifconf ifc;
575 struct ifconf ifc;
/macosx-10.10.1/smb-759.0/lib/smb/
H A Dnb_net.c81 struct ifconf ifc;
391 struct ifconf ifc;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Duuid.c117 struct ifconf ifc;
/macosx-10.10.1/Libinfo-459/gen.subproj/
H A Dgetifaddrs.c114 struct ifconf ifc;
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dipnaf_bsd.c240 struct ifconf ifc;
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dinet_addr_local.c349 struct ifconf ifc;
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif.h619 struct ifconf { struct
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Dsocket.c1646 #define EXTRA_SPACE (sizeof(struct ifconf) + sizeof(struct sockaddr_storage))
1650 struct ifconf conf;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A DmDNSUNP.c223 struct ifconf ifc;
/macosx-10.10.1/remote_cmds-47/timed.tproj/timed.tproj/
H A Dtimed.c129 struct ifconf ifc;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dprocess.c3585 struct ifconf ifconf;
3605 ifconf.ifc_len = buf_size;
3606 ifconf.ifc_req = ifreqs;
3607 if (ioctl (s, SIOCGIFCONF, &ifconf))
3613 if (ifconf.ifc_len == buf_size)
3617 ifaces = ifconf.ifc_len / sizeof (ifreqs[0]);
3572 struct ifconf ifconf; variable in typeref:struct:ifconf
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Difiter_ioctl.c58 struct ifconf ifc;

Completed in 312 milliseconds

12