/titanic_41/usr/src/ucblib/librpcsoc/ |
H A D | get_myaddress.c | 73 if ((ifc.ifc_buf = (caddr_t)malloc(ifc.ifc_len)) == NULL) { in get_myaddress() 116 free(ifc.ifc_buf); in get_myaddress()
|
/titanic_41/usr/src/lib/librdc/common/ |
H A D | netaddrs.c | 99 ifc->ifc_buf = NULL; in getmyaddrs() 130 ifc->ifc_buf = buf; in getmyaddrs() 210 if (ifc->ifc_buf != NULL) in self_check() 211 free(ifc->ifc_buf); in self_check()
|
/titanic_41/usr/src/lib/libbc/inc/include/net/ |
H A D | if.h | 261 #define ifc_buf ifc_ifcu.ifcu_buf /* buffer address */ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 772 ifc.ifc_buf = req; 2768 ifc.ifc_buf = (caddr_t)malloc(ifc.ifc_len); in get_ether_addr() 2769 if (ifc.ifc_buf == NULL) { in get_ether_addr() 2774 free(ifc.ifc_buf); in get_ether_addr() 2778 ifend = (struct ifreq *)(ifc.ifc_buf + ifc.ifc_len); in get_ether_addr() 2814 free(ifc.ifc_buf); in get_ether_addr() 2825 free(ifc.ifc_buf); in get_ether_addr() 2845 free(ifc.ifc_buf); in get_ether_addr()
|
/titanic_41/usr/src/lib/libresolv/ |
H A D | res_init.c | 131 ifc.ifc_buf = buf; in res_init()
|
/titanic_41/usr/src/lib/libslp/clib/ |
H A D | slp_net_utils.c | 261 ifc.ifc_buf = buf; in get_all_interfaces()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rds_ioctl.c | 197 ubuf_addr = STRUCT_FGETP(ifc, ifc_buf); in rds_ioctl_copyin_done()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | hostconfig.c | 239 ifc.ifc_buf = (caddr_t)&reqbuf[0];
|
H A D | in.rwhod.c | 545 ifc.ifc_buf = buf; in configure()
|
H A D | in.rarpd.c | 327 ifconf.ifc_buf = (caddr_t)reqbuf; in getintf()
|
H A D | route.c | 1987 ifc.ifc_buf = buf; in inet_makesubnetmask()
|
/titanic_41/usr/src/uts/common/net/ |
H A D | if.h | 633 #define ifc_buf ifc_ifcu.ifcu_buf /* buffer address */ macro
|
/titanic_41/usr/src/cmd/avs/dscfglockd/ |
H A D | dscfglockd.c | 201 ifc->ifc_buf = NULL; in getmyaddrs() 232 ifc->ifc_buf = buf; in getmyaddrs()
|
/titanic_41/usr/src/cmd/lms/tools/ |
H A D | ATNetworkTool.cpp | 137 ifc.ifc_buf = buf; in GetLocalIPs()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSUNP.c | 551 ifc.ifc_buf = buf; in get_ifi_info()
|
/titanic_41/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent.c | 703 ifc.ifc_buf = buf;
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 4973 ifc.ifc_buf = xalloc(ifc.ifc_len); in load_if_names() 4991 struct ifreq *ifr = (struct ifreq *) &ifc.ifc_buf[i]; in load_if_names() 5124 sm_free(ifc.ifc_buf); /* XXX */ in load_if_names()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rdsv3_impl.c | 356 ifc.ifc_buf = buf; in rdsv3_do_ip_ioctl_old()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | localaddr.c | 271 ifc.ifc_buf = buf; in get_ifconf()
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_common.c | 699 ifc.ifc_buf = buf; in __s_api_get_local_interfaces()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | in.rdisc.c | 1352 ifc.ifc_buf = buf; in initifs()
|
/titanic_41/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet.c | 2943 ifc.ifc_buf = buf; in getbroadcastnets()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 7403 STRUCT_FGETP(ifc, ifc_buf), ifc_bufsize, B_FALSE); in ip_sioctl_get_ifconf()
|