Home
last modified time | relevance | path

Searched refs:SIOCGIFCONF (Results 1 – 25 of 27) sorted by relevance

12

/titanic_41/usr/src/uts/common/io/ib/clients/rds/
H A Drds_ioctl.c185 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 Dget_myaddress.c79 ret = ioctl(s, SIOCGIFCONF, (char *)&ifc); in get_myaddress()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dsockio.h43 #define SIOCGIFCONF _IOWR('i',20, struct ifconf) /* get ifnet list */ macro
/titanic_41/usr/src/lib/libresolv/
H A Dres_init.c132 if (ioctl(s, SIOCGIFCONF, (char *)&ifc) < 0) { in res_init()
/titanic_41/usr/src/uts/common/sys/
H A Dsockio.h149 #define SIOCGIFCONF _IOWRN('i', 92, 8) /* get if list */ macro
/titanic_41/usr/src/lib/libslp/clib/
H A Dslp_net_utils.c262 if (ioctl(s, SIOCGIFCONF, (char *)&ifc) < 0) { in get_all_interfaces()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c241 if (ioctl(s, SIOCGIFCONF, (char *)&ifc) < 0) {
H A Din.rwhod.c546 if (ioctl(s, SIOCGIFCONF, (char *)&ifc) < 0) { in configure()
H A Din.rarpd.c328 if (ioctl(fd, SIOCGIFCONF, (char *)&ifconf) < 0) in getintf()
H A Droute.c1988 if (ioctl(iosoc, SIOCGIFCONF, (char *)&ifc) < 0) in inet_makesubnetmask()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSUNP.c50 #ifndef SIOCGIFCONF
552 if (ioctl(sockfd, SIOCGIFCONF, &ifc) < 0) { in get_ifi_info()
/titanic_41/usr/src/lib/librdc/common/
H A Dnetaddrs.c133 if (ioctl(sock, SIOCGIFCONF, (char *)ifc) < 0) { in getmyaddrs()
/titanic_41/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c808 if (ioctl(sock_fd, SIOCGIFCONF, &ifc) == -1) { in get_ifnames()
/titanic_41/usr/src/cmd/lms/tools/
H A DATNetworkTool.cpp138 if(ioctl(sock, SIOCGIFCONF, &ifc) < 0) in GetLocalIPs()
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c351 case SIOCGIFCONF : in rdsv3_ioctl()
H A Drdsv3_impl.c357 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 Dgethostent.c713 if ((n = ioctl(s, SIOCGIFCONF, (char *)&ifc)) != -1) {
/titanic_41/usr/src/cmd/sendmail/src/
H A Dconf.c4685 #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 Ddscfglockd.c235 if (ioctl(sock, SIOCGIFCONF, (char *)ifc) < 0) { in getmyaddrs()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c773 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 Dlocaladdr.c274 ret = ioctl (s, SIOCGIFCONF, (char *)&ifc); in get_ifconf()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_common.c700 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 Din.rdisc.c1353 if (ioctl(sock, SIOCGIFCONF, (char *)&ifc) < 0) { in initifs()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c783 { (uint_t)SIOCGIFCONF, "SIOCGIFCONF", "ifconf" },
/titanic_41/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c2948 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0) { in getbroadcastnets()

12