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

/freebsd-13-stable/usr.sbin/rpcbind/
H A Dpmap_svc.c224 rpcbreg.r_netid = udptrans;
238 rpcbreg.r_netid = udptrans;
303 netid = udptrans;
338 reg.pm_prot == IPPROTO_UDP ? udptrans : tcptrans,
339 port ? udptrans : "");
H A Drpcbind.h86 extern char *udptrans; /* Name of UDP transport */
H A Drpcbind.c114 char *udptrans; /* Name of UDP transport */ variable
171 udptrans = "";
581 if (udptrans[0]) {
586 udptrans = strdup(nconf->nc_netid);
H A Drpcb_svc_com.c1409 if (strcmp(arg->r_netid, udptrans) == 0) {
1459 if (strcmp(arg->r_netid, udptrans) == 0) {

Completed in 76 milliseconds