Home
last modified time | relevance | path

Searched refs:ifc_buf (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/ucblib/librpcsoc/
H A Dget_myaddress.c73 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 Dnetaddrs.c99 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 Dif.h261 #define ifc_buf ifc_ifcu.ifcu_buf /* buffer address */ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c772 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 Dres_init.c131 ifc.ifc_buf = buf; in res_init()
/titanic_41/usr/src/lib/libslp/clib/
H A Dslp_net_utils.c261 ifc.ifc_buf = buf; in get_all_interfaces()
/titanic_41/usr/src/uts/common/io/ib/clients/rds/
H A Drds_ioctl.c197 ubuf_addr = STRUCT_FGETP(ifc, ifc_buf); in rds_ioctl_copyin_done()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c239 ifc.ifc_buf = (caddr_t)&reqbuf[0];
H A Din.rwhod.c545 ifc.ifc_buf = buf; in configure()
H A Din.rarpd.c327 ifconf.ifc_buf = (caddr_t)reqbuf; in getintf()
H A Droute.c1987 ifc.ifc_buf = buf; in inet_makesubnetmask()
/titanic_41/usr/src/uts/common/net/
H A Dif.h633 #define ifc_buf ifc_ifcu.ifcu_buf /* buffer address */ macro
/titanic_41/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c201 ifc->ifc_buf = NULL; in getmyaddrs()
232 ifc->ifc_buf = buf; in getmyaddrs()
/titanic_41/usr/src/cmd/lms/tools/
H A DATNetworkTool.cpp137 ifc.ifc_buf = buf; in GetLocalIPs()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSUNP.c551 ifc.ifc_buf = buf; in get_ifi_info()
/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c703 ifc.ifc_buf = buf;
/titanic_41/usr/src/cmd/sendmail/src/
H A Dconf.c4973 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 Drdsv3_impl.c356 ifc.ifc_buf = buf; in rdsv3_do_ip_ioctl_old()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c271 ifc.ifc_buf = buf; in get_ifconf()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_common.c699 ifc.ifc_buf = buf; in __s_api_get_local_interfaces()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c1352 ifc.ifc_buf = buf; in initifs()
/titanic_41/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c2943 ifc.ifc_buf = buf; in getbroadcastnets()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_if.c7403 STRUCT_FGETP(ifc, ifc_buf), ifc_bufsize, B_FALSE); in ip_sioctl_get_ifconf()