Searched refs:pm_prot (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/lib/libc/rpc/
H A Dpmap_prot.c65 xdr_u_long(xdrs, &regs->pm_prot))
H A Dpmap_getport.c87 parms.pm_prot = protocol;
H A Drpcb_clnt.c771 pmapparms.pm_prot = strcmp(nconf->nc_proto, NC_TCP) ?
/freebsd-13-stable/include/rpc/
H A Dpmap_prot.h93 long unsigned pm_prot; member in struct:pmap
/freebsd-13-stable/sys/rpc/
H A Dpmap_prot.h93 long unsigned pm_prot; member in struct:portmap
H A Drpcb_prot.c66 xdr_u_long(xdrs, &regs->pm_prot))
H A Drpcb_clnt.c809 pmapparms.pm_prot = strcmp(nconf->nc_proto, NC_TCP) ?
/freebsd-13-stable/usr.sbin/rpcbind/
H A Dpmap_svc.c161 (pml->pml_map.pm_prot != prot))
223 if (reg.pm_prot == IPPROTO_UDP) {
225 } else if (reg.pm_prot == IPPROTO_TCP) {
291 reg.pm_prot == IPPROTO_UDP ? "udp" : "tcp", uaddr);
295 fnd = find_service_pmap(reg.pm_prog, reg.pm_vers, reg.pm_prot);
301 if (reg.pm_prot == IPPROTO_UDP) {
338 reg.pm_prot == IPPROTO_UDP ? udptrans : tcptrans,
H A Drpcbind.c575 pml->pml_map.pm_prot = IPPROTO_TCP;
587 pml->pml_map.pm_prot = IPPROTO_UDP;
593 pml->pml_map.pm_prot = IPPROTO_ST;
595 pml->pml_map.pm_prot = IPPROTO_ST;
H A Drpcb_svc_com.c1411 pmap.pm_prot = IPPROTO_UDP;
1414 pmap.pm_prot = IPPROTO_TCP;
1474 (prot && (pml->pml_map.pm_prot != prot))) {
/freebsd-13-stable/include/rpcsvc/
H A Dpmap_prot.x97 unsigned long pm_prot;
259 % long unsigned pm_prot;
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-sunrpc.c150 uint32_t pm_prot; member in struct:sunrpc_pmap
/freebsd-13-stable/usr.sbin/ypbind/
H A Dyp_ping.c130 parms.pm_prot = protocol;
/freebsd-13-stable/usr.bin/rpcinfo/
H A Drpcinfo.c539 if (head->pml_map.pm_prot == IPPROTO_UDP)
541 else if (head->pml_map.pm_prot == IPPROTO_TCP)
543 else if (head->pml_map.pm_prot == IPPROTO_ST)
546 printf("%6ld", head->pml_map.pm_prot);
770 if (pmaphead->pml_map.pm_prot == IPPROTO_UDP)
772 else if (pmaphead->pml_map.pm_prot == IPPROTO_TCP)
781 pmaphead->pml_map.pm_prot);
/freebsd-13-stable/sys/kgssapi/
H A Dgsstest.c694 mapping.pm_prot = do_tcp ? IPPROTO_TCP : IPPROTO_UDP;
/freebsd-13-stable/sys/nlm/
H A Dnlm_prot_impl.c439 mapping.pm_prot = do_tcp ? IPPROTO_TCP : IPPROTO_UDP;

Completed in 196 milliseconds