/illumos-gate/usr/src/cmd/cmd-inet/sbin/netstrategy/ |
H A D | netstrategy.c | 168 struct lifconf ifconf; local 183 ifconf.lifc_family = AF_UNSPEC; 184 ifconf.lifc_flags = 0; 185 ifconf.lifc_len = ifnum.lifn_count * sizeof (struct lifreq); 186 ifconf.lifc_buf = alloca(ifconf.lifc_len); 188 if (ioctl(s4, SIOCGLIFCONF, &ifconf) < 0) { 194 for (ifr = ifconf.lifc_req; ifr < &ifconf.lifc_req[ifconf [all...] |
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | sockio.h | 43 #define SIOCGIFCONF _IOWR('i',20, struct ifconf) /* get ifnet list */
|
/illumos-gate/usr/src/ucblib/librpcsoc/ |
H A D | get_myaddress.c | 54 struct ifconf ifc;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | asppp2pppd | 556 local($ifconf) = @_; 559 shift @$ifconf; # lose the interface name 560 while (@$ifconf) { 562 $arg = shift @$ifconf; 563 $narg = shift @$ifconf if $ifconfigtakes{$arg}; 734 local (@ifconfiglist,$cstr,$etherif,$intf,$ifconf,$addstr,$port); 747 $ifconf = $$ifconfig{$intf}; 749 shift @$ifconf; 750 $cstr .= "ifconfig $etherif addif @$ifconf\n"; 757 $ifconf [all...] |
H A D | sys-solaris.c | 741 struct ifconf ifc; 2751 struct ifconf ifc;
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rds_ioctl.c | 186 STRUCT_HANDLE(ifconf, ifc); 195 STRUCT_SET_HANDLE(ifc, iocp->ioc_flag, (struct ifconf *)addr); 299 copyin_size = SIZEOF_STRUCT(ifconf, iocp->ioc_flag);
|
/illumos-gate/usr/src/lib/librdc/common/ |
H A D | netaddrs.c | 92 getmyaddrs(struct ifconf *ifc) 154 struct ifconf *ifc; 157 ifc = malloc(sizeof (struct ifconf)); 160 memset((char *)ifc, 0, sizeof (struct ifconf));
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rarpd.c | 303 struct ifconf ifconf; local 326 ifconf.ifc_len = bufsize; 327 ifconf.ifc_buf = (caddr_t)reqbuf; 328 if (ioctl(fd, SIOCGIFCONF, (char *)&ifconf) < 0) 334 for (ifr = ifconf.ifc_req; ifconf.ifc_len > 0; 335 ifr++, ifconf.ifc_len -= sizeof (struct ifreq)) {
|
H A D | hostconfig.c | 121 struct ifconf ifc;
|
H A D | in.rwhod.c | 501 struct ifconf ifc;
|
/illumos-gate/usr/src/lib/libbc/inc/include/net/ |
H A D | if.h | 255 struct ifconf { struct
|
/illumos-gate/usr/src/cmd/avs/dscfglockd/ |
H A D | dscfglockd.c | 194 getmyaddrs(struct ifconf *ifc) 244 struct ifconf *ifc; 1249 ifc = (struct ifconf *)malloc(sizeof (struct ifconf)); 1255 (void) memset((char *)ifc, 0, sizeof (struct ifconf));
|
/illumos-gate/usr/src/lib/libresolv/ |
H A D | res_init.c | 110 struct ifconf ifc;
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | slp_net_utils.c | 229 struct ifconf ifc;
|
/illumos-gate/usr/src/boot/include/net/ |
H A D | if.h | 472 struct ifconf { struct
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | af_rds.c | 270 struct ifconf ifc; 353 if (ddi_copyin((void *)arg, &ifc, sizeof (struct ifconf), 0) 383 if (ddi_copyout(&ifc, (void *)arg, sizeof (struct ifconf), 386 "copyout of ifconf failed");
|
H A D | rdsv3_impl.c | 319 struct ifconf ifc;
|
/illumos-gate/usr/src/uts/common/net/ |
H A D | if.h | 627 struct ifconf { struct
|
/illumos-gate/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_ipc.c | 789 struct ifconf ifc;
|
/illumos-gate/usr/src/cmd/lms/tools/ |
H A D | ATNetworkTool.cpp | 120 struct ifconf ifc;
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent.c | 662 struct ifconf ifc;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSUNP.c | 534 struct ifconf ifc;
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | localaddr.c | 266 struct ifconf ifc; 283 an extended version of struct ifconf.
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_common.c | 676 struct ifconf ifc;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | in.rdisc.c | 1303 struct ifconf ifc;
|