/titanic_41/usr/src/cmd/fs.d/nfs/lib/ |
H A D | selfcheck.c | 114 struct lifconf * 121 struct lifconf *lifc; in getmyaddrs() 125 return ((struct lifconf *)NULL); in getmyaddrs() 139 lifc = (struct lifconf *)malloc(sizeof (struct lifconf)); in getmyaddrs() 144 return ((struct lifconf *)NULL); in getmyaddrs() 152 return ((struct lifconf *)NULL); in getmyaddrs() 165 return ((struct lifconf *)NULL); in getmyaddrs()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rds_ioctl.c | 118 rds_do_lifconf(struct lifconf *lifcp, uint_t *bufsizep) in rds_do_lifconf() 132 bzero(lifcp, sizeof (struct lifconf)); in rds_do_lifconf() 139 err = rds_do_ip_ioctl(SIOCGLIFCONF, sizeof (struct lifconf), lifcp); in rds_do_lifconf() 165 struct lifconf lifc; in rds_ioctl_copyin_done() 191 struct lifconf lifc; in rds_ioctl_copyin_done() 345 struct lifconf lifc; in rds_verify_bind_address()
|
/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_arp.c | 304 ibcm_do_lifconf(struct lifconf *lifcp, uint_t *bufsizep, sa_family_t family_loc) in ibcm_do_lifconf() 325 bzero(lifcp, sizeof (struct lifconf)); in ibcm_do_lifconf() 332 err = ibcm_do_ip_ioctl(SIOCGLIFCONF, sizeof (struct lifconf), lifcp); in ibcm_do_lifconf() 381 struct lifconf lifc; in ibcm_arp_get_ibd_ipaddr()
|
/titanic_41/usr/src/lib/libsocket/inet/ |
H A D | interface_id.c | 115 struct lifconf lifc; in if_indextoname() 224 struct lifconf lifc; in if_nameindex()
|
H A D | getifaddrs.c | 225 struct lifconf lifc; in getallifs()
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | is_local_host.c | 76 struct lifconf lifc; in is_local_if()
|
/titanic_41/usr/src/lib/libinetutil/common/ |
H A D | ifaddrlist.c | 59 struct lifconf lifc; in ifaddrlist()
|
H A D | ifaddrlistx.c | 43 struct lifconf lifc; in ifaddrlistx()
|
/titanic_41/usr/src/lib/print/libpapi-common/common/ |
H A D | misc.c | 110 struct lifconf c; in local_interfaces()
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/netstrategy/ |
H A D | netstrategy.c | 168 struct lifconf ifconf; in get_first_interface()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | af_rds.c | 268 struct lifconf lifc; in rdsv3_ioctl() 315 if (ddi_copyin((void *)arg, &lifc, sizeof (struct lifconf), 0) in rdsv3_ioctl() 341 if (ddi_copyout(&lifc, (void *)arg, sizeof (struct lifconf), in rdsv3_ioctl()
|
H A D | rdsv3_impl.c | 114 struct lifconf lifc; in rdsv3_do_ip_ioctl()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | foreachaddr.c | 142 struct lifconf lifc; in get_lifconf()
|
/titanic_41/usr/src/cmd/hal/addons/network-devices/ |
H A D | common.c | 312 struct lifconf c; in broadcast_addresses()
|
/titanic_41/usr/src/uts/common/net/ |
H A D | if.h | 536 struct lifconf { struct
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | startup.c | 59 struct lifconf lifc; in initifs()
|
/titanic_41/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_proc.c | 95 extern struct lifconf *getmyaddrs(void); 1020 struct lifconf *lifc = NULL; in merge_hosts()
|
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_init.c | 297 struct lifconf lifc; in __res_vinit()
|
/titanic_41/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 331 struct lifconf lifc; in get_if_info()
|
H A D | getipnodeby.c | 662 struct lifconf lifc; in __ai_addrconfig()
|
/titanic_41/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_nic.c | 607 struct lifconf lifc; in smb_nic_hlist_sysget()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSUNP.c | 353 struct lifconf lifc; in get_ifi_info_solaris()
|
/titanic_41/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent.c | 493 #define LIFCONF lifconf
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/ |
H A D | ncaconfd.c | 462 struct lifconf lifc; in get_if_ip_addr()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 204 static int find_all_interfaces(struct lifconf *lifcp, char **buf, 576 struct lifconf lifc; in plumball() 1755 find_all_interfaces(struct lifconf *lifcp, char **buf, int64_t lifc_flags) in find_all_interfaces()
|