Searched refs:r_netid (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c136 regp->r_netid, regp->r_addr);
160 fnd = find_service(reg.r_prog, reg.r_vers, reg.r_netid);
180 a->r_netid = strdup(reg.r_netid);
183 if (!a->r_addr || !a->r_netid || !a->r_owner) {
184 if (a->r_netid)
185 free(a->r_netid);
224 regp->r_netid);
248 (regp->r_netid[0] && strcasecmp(regp->r_netid,
[all...]
H A Dpmap_svc.c223 rpcbreg.r_netid = udptrans;
225 rpcbreg.r_netid = tcptrans;
235 rpcbreg.r_netid = tcptrans;
237 rpcbreg.r_netid = udptrans;
H A Drpcb_svc_4.c276 regp->r_netid, uaddr);
307 regp->r_netid, uaddr);
350 fprintf(stderr, "r_addr: %s r_netid: %s nc_protofmly: %s\n",
351 regp->r_addr, regp->r_netid, reg_nconf->nc_protofmly);
357 nconf = rpcbind_get_conf(rbl->rpcb_map.r_netid);
369 if ((maddr = mergeaddr(transp, rbl->rpcb_map.r_netid,
H A Drpcb_svc.c219 regp->r_netid, uaddr);
H A Drpcbind.c747 rbl->rpcb_map.r_netid = strdup(nconf->nc_netid);
/freebsd-9.3-release/include/rpc/
H A Drpcb_prot.x129 string r_netid<>; /* network id */
426 % char *r_netid; /* network id */
/freebsd-9.3-release/sys/rpc/
H A Drpcb_prot.c77 if (!xdr_string(xdrs, &objp->r_netid, (u_int)~0)) {
H A Drpcb_prot.h135 char *r_netid; member in struct:rpcb
362 char *r_netid; /* network id */ member in struct:rpcb
H A Drpcb_clnt.c578 parms.r_netid = nconf->nc_netid;
624 parms.r_netid = nconf->nc_netid;
627 parms.r_netid = (char *)(uintptr_t) &nullstring[0]; /* unsets all */
873 parms.r_netid = nconf->nc_netid; /* not really needed */
/freebsd-9.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c763 list->rpcb_map.r_netid = "udp";
765 list->rpcb_map.r_netid = "tcp";
768 list->rpcb_map.r_netid =
770 if (list->rpcb_map.r_netid == NULL)
772 sprintf(list->rpcb_map.r_netid, "%6ld",
799 printf("%-9s ", head->rpcb_map.r_netid);
833 if (add_netid(rs, head->rpcb_map.r_netid) == FALSE)
909 parms.r_netid = client->cl_netid;
/freebsd-9.3-release/lib/libc/rpc/
H A Drpcb_clnt.c572 parms.r_netid = nconf->nc_netid;
615 parms.r_netid = nconf->nc_netid;
618 parms.r_netid = (char *) &nullstring[0]; /* unsets all */
858 parms.r_netid = nconf->nc_netid; /* not really needed */
H A Drpcb_prot.c67 if (!xdr_string(xdrs, &objp->r_netid, (u_int)~0)) {
/freebsd-9.3-release/sys/kgssapi/
H A Dgsstest.c638 parms.r_netid = "tcp";
640 parms.r_netid = "udp";
/freebsd-9.3-release/sys/nlm/
H A Dnlm_prot_impl.c399 parms.r_netid = "tcp";
401 parms.r_netid = "udp";

Completed in 196 milliseconds