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

/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Dpmap_svc.c224 rpcbreg.r_netid = __UNCONST(tcptrans);
234 rpcbreg.r_netid = __UNCONST(tcptrans);
304 netid = tcptrans;
336 reg.pm_prot == IPPROTO_UDP ? udptrans : tcptrans,
H A Drpcbind.h77 extern const char *tcptrans; /* Name of TCP transport */
H A Drpcbind.c96 const char *tcptrans; /* Name of TCP transport */ variable
134 tcptrans = "";
367 if (tcptrans[0]) {
373 tcptrans = strdup(nconf->nc_netid);
374 if (tcptrans == NULL) {
H A Drpcb_svc_com.c1383 } else if (strcmp(arg->r_netid, tcptrans) == 0) {
1433 } else if (strcmp(arg->r_netid, tcptrans) == 0) {
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Dpmap_svc.c224 rpcbreg.r_netid = __UNCONST(tcptrans);
234 rpcbreg.r_netid = __UNCONST(tcptrans);
304 netid = tcptrans;
336 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 = "";
388 if (tcptrans[0]) {
394 tcptrans = strdup(nconf->nc_netid);
395 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) {

Completed in 75 milliseconds