HomeSort by: relevance | last modified time | path
    Searched refs:udptrans (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/rpcbind/
pmap_svc.c 221 rpcbreg.r_netid = __UNCONST(udptrans);
235 rpcbreg.r_netid = __UNCONST(udptrans);
300 netid = udptrans;
335 reg.pm_prot == IPPROTO_UDP ? udptrans : tcptrans,
336 port ? udptrans : "");
rpcbind.h 79 extern const char *udptrans; /* Name of UDP transport */
rpcbind.c 126 const char *udptrans; /* Name of UDP transport */ variable in typeref:typename:const char *
193 udptrans = "";
618 if (udptrans[0]) {
624 udptrans = strdup(nconf->nc_netid);
625 if (udptrans == NULL) {
rpcb_svc_com.c 1445 if (strcmp(arg->r_netid, udptrans) == 0) {
1495 if (strcmp(arg->r_netid, udptrans) == 0) {

Completed in 13 milliseconds