HomeSort by: relevance | last modified time | path
    Searched refs:nc_protofmly (Results 1 - 7 of 7) sorted by relevancy

  /src/include/
netconfig.h 44 char *nc_protofmly; /* Protocol family */ member in struct:netconfig
73 * nc_protofmly values
  /src/usr.sbin/rpcbind/
rpcb_svc_4.c 348 fprintf(stderr, "r_addr: %s r_netid: %s nc_protofmly: %s\n",
349 regp->r_addr, regp->r_netid, reg_nconf->nc_protofmly);
358 if (strcmp(nconf->nc_protofmly, reg_nconf->nc_protofmly)
397 a->r_nc_protofmly = nconf->nc_protofmly;
rpcbind.c 207 if (ipv6_only == 1 && strcmp(nconf->nc_protofmly,
577 if ((strcmp(nconf->nc_protofmly, NC_INET) == 0 &&
  /src/lib/libc/rpc/
rpcb_clnt.c 491 if ((strcmp(nconf->nc_protofmly, NC_INET6) == 0 ||
495 strcmp(nconf->nc_protofmly, NC_INET) == 0) &&
507 if (!strcmp(nconf->nc_protofmly, NC_INET))
641 (strcmp(nconf->nc_protofmly, rmap->r_nc_protofmly) == 0) &&
703 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
795 (strcmp(nconf->nc_protofmly, NC_LOOPBACK) != 0))
818 if (strcmp(nconf_clts->nc_protofmly,
819 nconf->nc_protofmly) != 0) {
svc_generic.c 289 if (strcmp(nconf->nc_protofmly, "inet") == 0 ||
290 strcmp(nconf->nc_protofmly, "inet6") == 0)
rpc_generic.c 286 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
430 (strcmp(nconf->nc_protofmly, NC_INET)
432 && strcmp(nconf->nc_protofmly, NC_INET6))
442 (strcmp(nconf->nc_protofmly, NC_INET)
444 && strcmp(nconf->nc_protofmly, NC_INET6))
getnetconfig.c 573 if ((ncp->nc_protofmly = strtok_r(NULL, "\t ", &lasts)) == NULL)
675 p->nc_protofmly = strcpy(tmp, ncp->nc_protofmly);

Completed in 17 milliseconds