Searched refs:pm_port (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | pmap_svc.c | 188 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 D | rpcbind.c | 632 pml->pml_map.pm_port = PMAPPORT; in init_transport()
|
H A D | rpcb_svc_com.c | 1622 pmap.pm_port = ((p1 & 0xff) << 8) + (p2 & 0xff); in add_pmaplist()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | pmap_prot.c | 64 if (!XDR_PUTINT32(xdrs, (int32_t *)&objp->pm_port)) in xdr_pmap() 70 IXDR_PUT_U_INT32(buf, objp->pm_port); in xdr_pmap() 82 if (!XDR_GETINT32(xdrs, (int32_t *)&objp->pm_port)) in xdr_pmap() 88 objp->pm_port = IXDR_GET_U_INT32(buf); in xdr_pmap()
|
H A D | pmap_clnt.c | 143 parms.pm_port = 0; /* not needed or used */ in pmap_getport()
|
H A D | rpcb_clnt.c | 984 pmapparms.pm_port = 0; /* not needed */ in __rpcb_findaddr_timed()
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | pmap_prot.x | 89 rpcport_t pm_port; member 253 % rpcport_t pm_port;
|
H A D | rpc_subr.c | 429 if (!xdr_u_int(xdrs, &objp->pm_port)) in xdr_pmap()
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | pmap.c | 105 newp->pml_map.pm_port = port; in bpmap_addport() 209 return (xdr_rpcprot(xdrs, ®s->pm_port)); in xdr_pmap() 440 walk->pml_map.pm_port); in bpmap_getport() 442 return (walk->pml_map.pm_port); in bpmap_getport() 453 pmap_send.pm_port = 0; /* what we're after */ in bpmap_getport()
|
/titanic_41/usr/src/lib/libbc/inc/include/rpc/ |
H A D | pmap_prot.h | 81 long unsigned pm_port; member
|
/titanic_41/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 556 (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;
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_med.c | 482 return (xdr_u_int(xdrs, ®s->pm_port)); 599 parms.pm_port = 0; in med_get_pmap_addr()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1879 pmap_parms.pm_port = 0; in pmap_kgetport() 2087 return (xdr_rpcport(xdrs, ®s->pm_port)); in myxdr_pmap()
|