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

/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Dpmap_svc.c222 rpcbreg.r_netid = __UNCONST(udptrans);
236 rpcbreg.r_netid = __UNCONST(udptrans);
301 netid = udptrans;
336 reg.pm_prot == IPPROTO_UDP ? udptrans : tcptrans,
337 port ? udptrans : "");
H A Drpcbind.h76 extern const char *udptrans; /* Name of UDP transport */
H A Drpcbind.c95 const char *udptrans; /* Name of UDP transport */ variable
133 udptrans = "";
385 if (udptrans[0]) {
391 udptrans = strdup(nconf->nc_netid);
392 if (udptrans == NULL) {
H A Drpcb_svc_com.c1380 if (strcmp(arg->r_netid, udptrans) == 0) {
1430 if (strcmp(arg->r_netid, udptrans) == 0) {
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Dpmap_svc.c222 rpcbreg.r_netid = __UNCONST(udptrans);
236 rpcbreg.r_netid = __UNCONST(udptrans);
301 netid = udptrans;
336 reg.pm_prot == IPPROTO_UDP ? udptrans : tcptrans,
337 port ? udptrans : "");
H A Drpcbind.h76 extern const char *udptrans; /* Name of UDP transport */
H A Drpcbind.c101 const char *udptrans; /* Name of UDP transport */ variable
151 udptrans = "";
406 if (udptrans[0]) {
412 udptrans = strdup(nconf->nc_netid);
413 if (udptrans == NULL) {
H A Drpcb_svc_com.c1378 if (strcmp(arg->r_netid, udptrans) == 0) {
1428 if (strcmp(arg->r_netid, udptrans) == 0) {

Completed in 112 milliseconds