Home
last modified time | relevance | path

Searched refs:NC_TCP (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/include/
H A Dnetconfig.h104 #define NC_TCP "tcp" macro
/netbsd-src/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_tli.c182 if ((nc = getnetconfigent(NC_TCP)) == NULL) { in get_mount_client()
557 if ((*tcp_amqncpp = getnetconfigent(NC_TCP)) == NULL) { in create_amq_service()
558 plog(XLOG_ERROR, "cannot getnetconfigent for %s", NC_TCP); in create_amq_service()
/netbsd-src/lib/libc/rpc/
H A Drpc_generic.c287 if (strcmp(nconf->nc_proto, NC_TCP) == 0) { in __rpc_getconfip()
437 strcmp(nconf->nc_proto, NC_TCP)) in __rpc_getconf()
H A Drpcb_clnt.c713 if (strcmp(nconf->nc_proto, NC_TCP) == 0) { in __rpcb_findaddr()
733 pmapparms.pm_prot = strcmp(nconf->nc_proto, NC_TCP) ? in __rpcb_findaddr()
/netbsd-src/usr.sbin/rpcbind/
H A Drpcbind.c578 (strcmp(nconf->nc_proto, NC_TCP) == 0 || in init_transport()
598 if (strcmp(nconf->nc_proto, NC_TCP) == 0) { in init_transport()