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

/freebsd-9.3-release/usr.sbin/rpcbind/
H A Dpmap_svc.c223 rpcbreg.r_netid = udptrans;
237 rpcbreg.r_netid = udptrans;
302 netid = udptrans;
337 reg.pm_prot == IPPROTO_UDP ? udptrans : tcptrans,
338 port ? udptrans : "");
H A Drpcbind.h77 extern char *udptrans; /* Name of UDP transport */
H A Drpcbind.c108 char *udptrans; /* Name of UDP transport */ variable
164 udptrans = "";
562 if (udptrans[0]) {
567 udptrans = strdup(nconf->nc_netid);
H A Drpcb_svc_com.c1403 if (strcmp(arg->r_netid, udptrans) == 0) {
1453 if (strcmp(arg->r_netid, udptrans) == 0) {

Completed in 93 milliseconds