Searched refs:tcptrans (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Dpmap_svc.c223 rpcbreg.r_netid = __UNCONST(tcptrans);
233 rpcbreg.r_netid = __UNCONST(tcptrans);
303 netid = tcptrans;
335 reg.pm_prot == IPPROTO_UDP ? udptrans : tcptrans,
H A Drpcbind.h77 extern const char *tcptrans; /* Name of TCP transport */
H A Drpcbind.c102 const char *tcptrans; /* Name of TCP transport */ variable
152 tcptrans = "";
386 if (tcptrans[0]) {
392 tcptrans = strdup(nconf->nc_netid);
393 if (tcptrans == NULL) {
H A Drpcb_svc_com.c1381 } else if (strcmp(arg->r_netid, tcptrans) == 0) {
1431 } else if (strcmp(arg->r_netid, tcptrans) == 0) {
/freebsd-10.2-release/usr.sbin/rpcbind/
H A Dpmap_svc.c225 rpcbreg.r_netid = tcptrans;
235 rpcbreg.r_netid = tcptrans;
305 netid = tcptrans;
337 reg.pm_prot == IPPROTO_UDP ? udptrans : tcptrans,
H A Drpcbind.h78 extern char *tcptrans; /* Name of TCP transport */
H A Drpcbind.c109 char *tcptrans; /* Name of TCP transport */ variable
165 tcptrans = "";
550 if (tcptrans[0]) {
555 tcptrans = strdup(nconf->nc_netid);
H A Drpcb_svc_com.c1406 } else if (strcmp(arg->r_netid, tcptrans) == 0) {
1456 } else if (strcmp(arg->r_netid, tcptrans) == 0) {

Completed in 126 milliseconds