Searched refs:NC_INET (Results 1 - 25 of 47) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dnetconfig.h92 #define NC_INET "inet" macro
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_gen.c60 #define NC_INET "inet" macro
119 if (strcmp(config->knc_protofmly, NC_INET) == 0)
143 if (strcmp(config->knc_protofmly, NC_INET) == 0)
194 if (strcmp(config->knc_protofmly, NC_INET) == 0)
H A Drpc_subr.c299 * Utilities to patch a port number (for NC_INET protocols) or a
450 ASSERT(strcmp(config->knc_protofmly, NC_INET) == 0);
531 if (strcmp(config->knc_protofmly, NC_INET) == 0) {
621 if (strcmp(config->knc_protofmly, NC_INET) == 0) {
646 strcmp(config->knc_protofmly, NC_INET) == 0) {
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_svc.c355 if (((strcmp(nconf->nc_protofmly, NC_INET) == 0) ||
360 if (strcmp(nconf->nc_protofmly, NC_INET)) {
377 /* For NC_INET, register v1 as well; error is fatal */
378 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
394 if (strcmp(nconf->nc_protofmly, NC_INET)) {
428 NC_INET);
H A Drpc_bootstrap.c161 } else if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
318 (strcmp(nc->nc_protofmly, NC_INET) == 0)) {
/illumos-gate/usr/src/lib/libnsl/netdir/
H A Dnetdir.c167 if ((strcmp(tp->nc_protofmly, NC_INET) == 0) &&
274 if ((strcmp(tp->nc_protofmly, NC_INET) == 0) &&
308 if ((strcmp(tp->nc_protofmly, NC_INET) == 0) &&
410 if ((strcmp(tp->nc_protofmly, NC_INET) == 0 ||
461 if ((strcmp(tp->nc_protofmly, NC_INET) == 0 ||
520 if ((strcmp(tp->nc_protofmly, NC_INET) == 0 ||
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c212 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
356 (strcmp(nconf->nc_protofmly, NC_INET) &&
363 (strcmp(nconf->nc_protofmly, NC_INET) &&
H A Dclnt_generic.c388 if (strcmp(nconf->nc_protofmly, NC_INET) != 0 &&
428 if (strcmp(nconf->nc_protofmly, NC_INET) == NULL)
661 if (nconf && ((strcmp(nconf->nc_protofmly, NC_INET) == 0) ||
H A Dauth_time.c356 if (strcasecmp(nc->nc_protofmly, NC_INET) == 0) {
466 if (strcasecmp(nc->nc_protofmly, NC_INET) == 0) {
H A Drpc_soc.c371 qlen, NC_INET));
H A Dsvc_generic.c331 (strcmp(nconf->nc_protofmly, NC_INET) == 0 ||
H A Dti_opts.c567 if (strcmp(nconf->nc_protofmly, NC_INET) != 0 &&
H A Dsvc_dg.c443 if (strcmp(nconf->nc_protofmly, NC_INET) == 0 ||
451 NC_INET) == 0) {
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_resolve.c228 NC_INET) == 0 ||
242 NC_INET) == 0 ||
302 if (strcmp(nconf->nc_protofmly, NC_INET) == NULL)
320 if (strcmp(nconf->nc_protofmly, NC_INET) == NULL)
/illumos-gate/usr/src/lib/librdc/common/
H A Dnetaddrs.c367 if (strcmp(nconf->nc_protofmly, NC_INET) == 0)
570 if ((strcmp(nconf->nc_protofmly, NC_INET) == 0
602 NC_INET) == 0
/illumos-gate/usr/src/lib/librpcsvc/common/
H A Dbindresvport.c86 (strcmp(nconf->nc_protofmly, NC_INET) &&
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_med.c287 { { NC_TPI_CLTS, NC_INET, NC_UDP, NODEV },
294 { { NC_TPI_CLTS, NC_INET, NC_UDP, NODEV },
301 { { NC_TPI_COTS_ORD, NC_INET, NC_TCP, NODEV },
308 { { NC_TPI_COTS_ORD, NC_INET, NC_TCP, NODEV },
362 * Utilities to patch a port number (for NC_INET protocols) or a
555 if (strcmp(kncfp->knc_protofmly, NC_INET) == 0) {
661 if (strcmp(kncfp->knc_protofmly, NC_INET) == 0) {
735 if (strcmp(kncfp->knc_protofmly, NC_INET) == 0) {
1084 } else if (strcmp(uap->ua_kn.knc_protofmly, NC_INET) == 0) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c182 if ((strcmp(nfsdump_cf.knc_protofmly, NC_INET) == 0) ||
211 if ((strcmp(nfsdump_cf.knc_protofmly, NC_INET) == 0) ||
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c139 if (strcmp(tp->nc_protofmly, NC_INET) == 0) {
170 if (strcmp(tp->nc_protofmly, NC_INET) == 0)
750 if (strcmp(tp->nc_protofmly, NC_INET) == 0)
931 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c75 #define NC_INET "inet" /* XXX */ macro
/illumos-gate/usr/src/uts/common/klm/
H A Dklmmod.c223 knc.knc_protofmly = NC_INET;
/illumos-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c361 if ((strcmp(fdl->nconf->nc_protofmly, NC_INET) != 0) &&
H A Drpcbind.c524 (strcmp(nconf->nc_protofmly, NC_INET) == 0 ||
614 if ((strcmp(nconf->nc_protofmly, NC_INET) == 0) &&
/illumos-gate/usr/src/cmd/fs.d/nfs/lockd/
H A Dlockd.c446 if (0 == strcmp(ncfmly, NC_INET))
/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c273 if (strcmp(knconf->knc_protofmly, NC_INET) == 0) {

Completed in 98 milliseconds

12