Home
last modified time | relevance | path

Searched refs:pm_port (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/rpcbind/
H A Dpmap_svc.c188 if ((op == PMAPPROC_SET) && (reg.pm_port < IPPORT_RESERVED) && in pmapproc_change()
199 sprintf(buf, "0.0.0.0.%d.%d", (reg.pm_port >> 8) & 0xff, in pmapproc_change()
200 reg.pm_port & 0xff); in pmapproc_change()
278 p1 = (fnd->pml_map.pm_port >> 8) & 0xff; in pmapproc_getport()
279 p2 = (fnd->pml_map.pm_port) & 0xff; in pmapproc_getport()
283 port = fnd->pml_map.pm_port; in pmapproc_getport()
H A Drpcbind.c632 pml->pml_map.pm_port = PMAPPORT; in init_transport()
H A Drpcb_svc_com.c1622 pmap.pm_port = ((p1 & 0xff) << 8) + (p2 & 0xff); in add_pmaplist()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dpmap_prot.c62 if (!XDR_PUTINT32(xdrs, (int32_t *)&objp->pm_port)) in xdr_pmap()
68 IXDR_PUT_U_INT32(buf, objp->pm_port); in xdr_pmap()
80 if (!XDR_GETINT32(xdrs, (int32_t *)&objp->pm_port)) in xdr_pmap()
86 objp->pm_port = IXDR_GET_U_INT32(buf); in xdr_pmap()
H A Dpmap_clnt.c143 parms.pm_port = 0; /* not needed or used */ in pmap_getport()
H A Drpcb_clnt.c984 pmapparms.pm_port = 0; /* not needed */ in __rpcb_findaddr_timed()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c103 newp->pml_map.pm_port = port; in bpmap_addport()
207 return (xdr_rpcprot(xdrs, &regs->pm_port)); in xdr_pmap()
438 walk->pml_map.pm_port); in bpmap_getport()
440 return (walk->pml_map.pm_port); in bpmap_getport()
451 pmap_send.pm_port = 0; /* what we're after */ in bpmap_getport()
/illumos-gate/usr/src/uts/common/rpc/
H A Dpmap_prot.x87 rpcport_t pm_port; member
251 % rpcport_t pm_port;
H A Drpc_subr.c429 if (!xdr_u_int(xdrs, &objp->pm_port)) in xdr_pmap()
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c556 (void) printf("%7ld", head->pml_map.pm_port);
822 low = pmaphead->pml_map.pm_port & 0xff;
823 high = (pmaphead->pml_map.pm_port >> 8) & 0xff;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1942 pmap_parms.pm_port = 0; in pmap_kgetport()
2150 return (xdr_rpcport(xdrs, &regs->pm_port)); in myxdr_pmap()