Searched refs:lifconf (Results 1 - 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dselfcheck.c114 struct lifconf *
121 struct lifconf *lifc;
125 return ((struct lifconf *)NULL);
139 lifc = (struct lifconf *)malloc(sizeof (struct lifconf));
142 "statd:getmyaddrs, malloc for lifconf failed: %m");
144 return ((struct lifconf *)NULL);
152 return ((struct lifconf *)NULL);
165 return ((struct lifconf *)NULL);
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drds_ioctl.c118 rds_do_lifconf(struct lifconf *lifcp, uint_t *bufsizep)
132 bzero(lifcp, sizeof (struct lifconf));
139 err = rds_do_ip_ioctl(SIOCGLIFCONF, sizeof (struct lifconf), lifcp);
165 struct lifconf lifc;
191 struct lifconf lifc;
345 struct lifconf lifc;
/illumos-gate/usr/src/lib/libinetutil/common/
H A Difaddrlist.c59 struct lifconf lifc;
H A Difaddrlistx.c43 struct lifconf lifc;
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dis_local_host.c76 struct lifconf lifc;
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dinterface_id.c115 struct lifconf lifc;
224 struct lifconf lifc;
H A Dgetifaddrs.c225 struct lifconf lifc;
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dmisc.c110 struct lifconf c;
/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)
325 bzero(lifcp, sizeof (struct lifconf));
332 err = ibcm_do_ip_ioctl(SIOCGLIFCONF, sizeof (struct lifconf), lifcp);
381 struct lifconf lifc;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/netstrategy/
H A Dnetstrategy.c168 struct lifconf ifconf;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dforeachaddr.c142 struct lifconf lifc;
H A Dlocaladdr.c282 /* Solaris uses SIOCGLIFCONF to return struct lifconf which is just
294 struct lifconf lifc;
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dcommon.c312 struct lifconf c;
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c268 struct lifconf lifc;
315 if (ddi_copyin((void *)arg, &lifc, sizeof (struct lifconf), 0)
341 if (ddi_copyout(&lifc, (void *)arg, sizeof (struct lifconf),
344 "copyout of lifconf failed");
H A Drdsv3_impl.c114 struct lifconf lifc;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dstartup.c59 struct lifconf lifc;
/illumos-gate/usr/src/uts/common/net/
H A Dif.h522 /* Used by SIOCGLIFNUM. Uses same flags as in struct lifconf */
536 struct lifconf { struct
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c95 extern struct lifconf *getmyaddrs(void);
1020 struct lifconf *lifc = NULL;
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_init.c297 struct lifconf lifc;
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c320 * Changing the structures ifreq and ifconf to lifreq and lifconf to
331 struct lifconf lifc;
H A Dgetipnodeby.c684 struct lifconf lifc;
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c493 #define LIFCONF lifconf
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c462 struct lifconf lifc;
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_nic.c607 struct lifconf lifc;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSUNP.c368 struct lifconf lifc;

Completed in 140 milliseconds

12