Home
last modified time | relevance | path

Searched refs:lifconf (Results 1 – 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dselfcheck.c114 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()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drds_ioctl.c119 rds_do_lifconf(struct lifconf *lifcp, uint_t *bufsizep) in rds_do_lifconf()
133 bzero(lifcp, sizeof (struct lifconf)); in rds_do_lifconf()
140 err = rds_do_ip_ioctl(SIOCGLIFCONF, sizeof (struct lifconf), lifcp); in rds_do_lifconf()
166 struct lifconf lifc; in rds_ioctl_copyin_done()
192 struct lifconf lifc; in rds_ioctl_copyin_done()
346 struct lifconf lifc; in rds_verify_bind_address()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_arp.c304 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()
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dinterface_id.c115 struct lifconf lifc; in if_indextoname()
224 struct lifconf lifc; in if_nameindex()
H A Dgetifaddrs.c557 struct lifconf lifc; in getallifs()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dis_local_host.c76 struct lifconf lifc; in is_local_if()
/illumos-gate/usr/src/lib/libinetutil/common/
H A Difaddrlist.c59 struct lifconf lifc; in ifaddrlist()
H A Difaddrlistx.c43 struct lifconf lifc; in ifaddrlistx()
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dmisc.c108 struct lifconf c; in local_interfaces()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c268 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 Drdsv3_impl.c116 struct lifconf lifc; in rdsv3_do_ip_ioctl()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/netstrategy/
H A Dnetstrategy.c168 struct lifconf ifconf; in get_first_interface()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dforeachaddr.c142 struct lifconf lifc; in get_lifconf()
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dcommon.c313 struct lifconf c; in broadcast_addresses()
/illumos-gate/usr/src/uts/common/net/
H A Dif.h536 struct lifconf { struct
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dstartup.c57 struct lifconf lifc; in initifs()
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c95 extern struct lifconf *getmyaddrs(void);
1034 struct lifconf *lifc = NULL; in merge_hosts()
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c332 struct lifconf lifc; in get_if_info()
H A Dgetipnodeby.c684 struct lifconf lifc; in __ai_addrconfig()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_init.c292 struct lifconf lifc; in __res_vinit()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_nic.c607 struct lifconf lifc; in smb_nic_hlist_sysget()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSUNP.c382 struct lifconf lifc; in get_ifi_info_solaris()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c489 #define LIFCONF lifconf
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c204 static int find_all_interfaces(struct lifconf *lifcp, char **buf,
577 struct lifconf lifc; in plumball()
1756 find_all_interfaces(struct lifconf *lifcp, char **buf, int64_t lifc_flags) in find_all_interfaces()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c5296 rpcib_do_lifconf(struct lifconf *lifcp, uint_t *bufsizep) in rpcib_do_lifconf()
5314 bzero(lifcp, sizeof (struct lifconf)); in rpcib_do_lifconf()
5319 err = rpcib_do_ip_ioctl(SIOCGLIFCONF, sizeof (struct lifconf), lifcp); in rpcib_do_lifconf()
5332 struct lifconf lifc; in rpcib_get_ib_addresses()

12