Searched refs:pm_prot (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/cmd/rpcbind/ |
H A D | pmap_svc.c | 154 (pml->pml_map.pm_prot != prot)) in find_service_pmap() 202 if (reg.pm_prot == IPPROTO_UDP) { in pmapproc_change() 204 } else if (reg.pm_prot == IPPROTO_TCP) { in pmapproc_change() 257 fnd = find_service_pmap(reg.pm_prog, reg.pm_vers, reg.pm_prot); in pmapproc_getport() 263 if (reg.pm_prot == IPPROTO_UDP) { in pmapproc_getport() 309 reg.pm_prot == IPPROTO_UDP ? udptrans : tcptrans, in pmapproc_getport()
|
H A D | rpcb_svc_com.c | 1610 pmap.pm_prot = IPPROTO_UDP; in add_pmaplist() 1613 pmap.pm_prot = IPPROTO_TCP; in add_pmaplist() 1680 (prot && (pml->pml_map.pm_prot != prot))) { in del_pmaplist()
|
H A D | rpcbind.c | 640 pml->pml_map.pm_prot = IPPROTO_TCP; in init_transport() 652 pml->pml_map.pm_prot = IPPROTO_UDP; in init_transport()
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | pmap_prot.c | 62 if (!XDR_PUTINT32(xdrs, (int32_t *)&objp->pm_prot)) in xdr_pmap() 69 IXDR_PUT_U_INT32(buf, objp->pm_prot); in xdr_pmap() 80 if (!XDR_GETINT32(xdrs, (int32_t *)&objp->pm_prot)) in xdr_pmap() 87 objp->pm_prot = IXDR_GET_U_INT32(buf); in xdr_pmap()
|
H A D | pmap_clnt.c | 142 parms.pm_prot = protocol; in pmap_getport()
|
H A D | rpcb_clnt.c | 982 pmapparms.pm_prot = (strcmp(nconf->nc_proto, NC_TCP) != 0) ? in __rpcb_findaddr_timed()
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | pmap_prot.x | 88 rpcprot_t pm_prot; member 252 % rpcprot_t pm_prot;
|
H A D | rpc_subr.c | 427 if (!xdr_rpcprot(xdrs, &objp->pm_prot)) in xdr_pmap() 456 parms.pm_prot = IPPROTO_TCP; in portmap_getport() 458 parms.pm_prot = IPPROTO_UDP; in portmap_getport()
|
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | pmap.c | 104 newp->pml_map.pm_prot = (rpcprot_t)IPPROTO_UDP; in bpmap_addport() 208 xdr_rpcprot(xdrs, ®s->pm_prot)) in xdr_pmap() 437 (walk->pml_map.pm_prot == (rpcprot_t)IPPROTO_UDP)) { in bpmap_getport() 452 pmap_send.pm_prot = (rpcprot_t)IPPROTO_UDP; in bpmap_getport()
|
/titanic_44/usr/src/lib/libbc/inc/include/rpc/ |
H A D | pmap_prot.h | 80 long unsigned pm_prot; member
|
/titanic_44/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 550 if (head->pml_map.pm_prot == IPPROTO_UDP) 552 else if (head->pml_map.pm_prot == IPPROTO_TCP) 555 (void) printf("%6ld", head->pml_map.pm_prot); 808 if (pmaphead->pml_map.pm_prot == IPPROTO_UDP) 810 else if (pmaphead->pml_map.pm_prot == IPPROTO_TCP) 819 pmaphead->pml_map.pm_prot);
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1878 pmap_parms.pm_prot = prot; in pmap_kgetport() 2086 xdr_rpcprot(xdrs, ®s->pm_prot)) in myxdr_pmap()
|