Searched refs:ifc_req (Results 1 – 17 of 17) sorted by relevance
/titanic_41/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_ipc.c | 805 ifc.ifc_req = calloc(n_ifs, sizeof (struct ifreq)); in get_ifnames() 806 if (ifc.ifc_req != NULL && ifnames != NULL) { in get_ifnames() 811 free(ifc.ifc_req); in get_ifnames() 817 if (ioctl(sock_fd, SIOCGIFFLAGS, &ifc.ifc_req[i]) == 0) in get_ifnames() 818 if ((ifc.ifc_req[i].ifr_flags & in get_ifnames() 822 (void) strcat(ifnames, ifc.ifc_req[i].ifr_name); in get_ifnames() 831 free(ifc.ifc_req); in get_ifnames()
|
/titanic_41/usr/src/ucblib/librpcsoc/ |
H A D | get_myaddress.c | 94 ifr = ifc.ifc_req; in get_myaddress()
|
/titanic_41/usr/src/lib/libbc/inc/include/net/ |
H A D | if.h | 262 #define ifc_req ifc_ifcu.ifcu_req /* array of structures returned */ macro
|
/titanic_41/usr/src/lib/libresolv/ |
H A D | res_init.c | 140 ifrp = ifc.ifc_req; in res_init()
|
/titanic_41/usr/src/lib/libslp/clib/ |
H A D | slp_net_utils.c | 266 ifrp = ifc.ifc_req; in get_all_interfaces()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | hostconfig.c | 245 ifr = ifc.ifc_req;
|
H A D | in.rwhod.c | 552 ifr = ifc.ifc_req; in configure()
|
H A D | in.rarpd.c | 334 for (ifr = ifconf.ifc_req; ifconf.ifc_len > 0; in getintf()
|
H A D | route.c | 1991 ifr = ifc.ifc_req; in inet_makesubnetmask()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | af_rds.c | 362 ifc.ifc_len, ifc.ifc_req); in rdsv3_ioctl() 372 if (ddi_copyout(buf, (void *)ifc.ifc_req, in rdsv3_ioctl()
|
H A D | rdsv3_impl.c | 376 for (i = 0, j = 0, lp = ifc.ifc_req; i < n; i++, lp++) { in rdsv3_do_ip_ioctl_old() 439 for (i = 0, lp = ifc.ifc_req; i < n; i++, lp++) { in rdsv3_do_ip_ioctl_old()
|
/titanic_41/usr/src/uts/common/net/ |
H A D | if.h | 634 #define ifc_req ifc_ifcu.ifcu_req /* array of structures returned */ macro
|
/titanic_41/usr/src/lib/librdc/common/ |
H A D | netaddrs.c | 189 ifr = ifc->ifc_req; in self_check()
|
/titanic_41/usr/src/cmd/lms/tools/ |
H A D | ATNetworkTool.cpp | 146 ifr = ifc.ifc_req; in GetLocalIPs()
|
/titanic_41/usr/src/cmd/avs/dscfglockd/ |
H A D | dscfglockd.c | 271 ifr = ifc->ifc_req; in islocalhost()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 783 pifreq = ifc.ifc_req; 2779 for (ifr = ifc.ifc_req; ifr < ifend; ++ifr) { in get_ether_addr()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | in.rdisc.c | 1360 ifr = ifc.ifc_req; in initifs()
|