Searched refs:nc_protofmly (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/include/
H A Dnetconfig.h44 char *nc_protofmly; /* Protocol family */ member in struct:netconfig
73 * nc_protofmly values
/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Drpcb_svc_4.c347 fprintf(stderr, "r_addr: %s r_netid: %s nc_protofmly: %s\n",
348 regp->r_addr, regp->r_netid, reg_nconf->nc_protofmly);
357 if (strcmp(nconf->nc_protofmly, reg_nconf->nc_protofmly)
399 a->r_nc_protofmly = nconf->nc_protofmly;
H A Drpcbind.c347 if ((strcmp(nconf->nc_protofmly, NC_INET) == 0 &&
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_4.c347 fprintf(stderr, "r_addr: %s r_netid: %s nc_protofmly: %s\n",
348 regp->r_addr, regp->r_netid, reg_nconf->nc_protofmly);
357 if (strcmp(nconf->nc_protofmly, reg_nconf->nc_protofmly)
399 a->r_nc_protofmly = nconf->nc_protofmly;
H A Drpcbind.c368 if ((strcmp(nconf->nc_protofmly, NC_INET) == 0 &&
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Drpcb_clnt.c507 if ((strcmp(nconf->nc_protofmly, NC_INET6) == 0 ||
511 strcmp(nconf->nc_protofmly, NC_INET) == 0) &&
523 if (!strcmp(nconf->nc_protofmly, NC_INET))
658 (strcmp(nconf->nc_protofmly, rmap->r_nc_protofmly) == 0) &&
724 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
816 (strcmp(nconf->nc_protofmly, NC_LOOPBACK) != 0))
839 if (strcmp(nconf_clts->nc_protofmly,
840 nconf->nc_protofmly) != 0) {
H A Dsvc_generic.c285 if (strcmp(nconf->nc_protofmly, "inet") == 0 ||
286 strcmp(nconf->nc_protofmly, "inet6") == 0)
H A Drpc_generic.c287 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
433 (strcmp(nconf->nc_protofmly, NC_INET)
435 && strcmp(nconf->nc_protofmly, NC_INET6))
445 (strcmp(nconf->nc_protofmly, NC_INET)
447 && strcmp(nconf->nc_protofmly, NC_INET6))
H A Dgetnetconfig.c576 if ((ncp->nc_protofmly = strtok_r(NULL, "\t ", &lasts)) == NULL)
680 p->nc_protofmly = (char *)strcpy(tmp,ncp->nc_protofmly);
/netbsd-6-1-5-RELEASE/tests/fs/common/nfsrpc/
H A Drpcb_clnt.c508 if ((strcmp(nconf->nc_protofmly, NC_INET6) == 0 ||
512 strcmp(nconf->nc_protofmly, NC_INET) == 0) &&
524 if (!strcmp(nconf->nc_protofmly, NC_INET))
660 (strcmp(nconf->nc_protofmly, rmap->r_nc_protofmly) == 0) &&
726 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
818 (strcmp(nconf->nc_protofmly, NC_LOOPBACK) != 0))
841 if (strcmp(nconf_clts->nc_protofmly,
842 nconf->nc_protofmly) != 0) {
H A Dsvc_generic.c280 if (strcmp(nconf->nc_protofmly, "inet") == 0 ||
281 strcmp(nconf->nc_protofmly, "inet6") == 0)
H A Drpc_generic.c290 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
436 (strcmp(nconf->nc_protofmly, NC_INET)
438 && strcmp(nconf->nc_protofmly, NC_INET6))
448 (strcmp(nconf->nc_protofmly, NC_INET)
450 && strcmp(nconf->nc_protofmly, NC_INET6))
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_tli.c342 if (STREQ(nc->nc_protofmly, NC_INET) &&
663 (*kncpp)->knc_protofmly = strdup(ncp->nc_protofmly);

Completed in 186 milliseconds