/titanic_41/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rds_ioctl.c | 185 case SIOCGIFCONF: { in rds_ioctl_copyin_done() 297 case SIOCGIFCONF: in rds_ioctl_copyin_setup() 326 case SIOCGIFCONF: in rds_ioctl()
|
/titanic_41/usr/src/ucblib/librpcsoc/ |
H A D | get_myaddress.c | 79 ret = ioctl(s, SIOCGIFCONF, (char *)&ifc); in get_myaddress()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | sockio.h | 43 #define SIOCGIFCONF _IOWR('i',20, struct ifconf) /* get ifnet list */ macro
|
/titanic_41/usr/src/lib/libresolv/ |
H A D | res_init.c | 132 if (ioctl(s, SIOCGIFCONF, (char *)&ifc) < 0) { in res_init()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | sockio.h | 149 #define SIOCGIFCONF _IOWRN('i', 92, 8) /* get if list */ macro
|
/titanic_41/usr/src/lib/libslp/clib/ |
H A D | slp_net_utils.c | 262 if (ioctl(s, SIOCGIFCONF, (char *)&ifc) < 0) { in get_all_interfaces()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | hostconfig.c | 241 if (ioctl(s, SIOCGIFCONF, (char *)&ifc) < 0) {
|
H A D | in.rwhod.c | 546 if (ioctl(s, SIOCGIFCONF, (char *)&ifc) < 0) { in configure()
|
H A D | in.rarpd.c | 328 if (ioctl(fd, SIOCGIFCONF, (char *)&ifconf) < 0) in getintf()
|
H A D | route.c | 1988 if (ioctl(iosoc, SIOCGIFCONF, (char *)&ifc) < 0) in inet_makesubnetmask()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSUNP.c | 50 #ifndef SIOCGIFCONF 552 if (ioctl(sockfd, SIOCGIFCONF, &ifc) < 0) { in get_ifi_info()
|
/titanic_41/usr/src/lib/librdc/common/ |
H A D | netaddrs.c | 133 if (ioctl(sock, SIOCGIFCONF, (char *)ifc) < 0) { in getmyaddrs()
|
/titanic_41/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_ipc.c | 808 if (ioctl(sock_fd, SIOCGIFCONF, &ifc) == -1) { in get_ifnames()
|
/titanic_41/usr/src/cmd/lms/tools/ |
H A D | ATNetworkTool.cpp | 138 if(ioctl(sock, SIOCGIFCONF, &ifc) < 0) in GetLocalIPs()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | af_rds.c | 351 case SIOCGIFCONF : in rdsv3_ioctl()
|
H A D | rdsv3_impl.c | 357 rc = ksocket_ioctl(so4, SIOCGIFCONF, (intptr_t)&ifc, &rval, CRED()); in rdsv3_do_ip_ioctl_old()
|
/titanic_41/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent.c | 713 if ((n = ioctl(s, SIOCGIFCONF, (char *)&ifc)) != -1) {
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 4685 #if defined(SIOCGIFCONF) && !SIOCGIFCONF_IS_BROKEN 4941 # if defined(SIOCGIFCONF) && !SIOCGIFCONF_IS_BROKEN in load_if_names() 4974 if (ioctl(s, SIOCGIFCONF, (char *)&ifc) < 0) in load_if_names()
|
/titanic_41/usr/src/cmd/avs/dscfglockd/ |
H A D | dscfglockd.c | 235 if (ioctl(sock, SIOCGIFCONF, (char *)ifc) < 0) { in getmyaddrs()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 773 if (myioctl(fd, SIOCGIFCONF, &ifc) < 0) { 2772 if (myioctl(ipfd, SIOCGIFCONF, &ifc) < 0) { in get_ether_addr()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | localaddr.c | 274 ret = ioctl (s, SIOCGIFCONF, (char *)&ifc); in get_ifconf()
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_common.c | 700 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0) { in __s_api_get_local_interfaces()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | in.rdisc.c | 1353 if (ioctl(sock, SIOCGIFCONF, (char *)&ifc) < 0) { in initifs()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | codes.c | 783 { (uint_t)SIOCGIFCONF, "SIOCGIFCONF", "ifconf" },
|
/titanic_41/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet.c | 2948 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0) { in getbroadcastnets()
|