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

/freebsd-current/lib/libc/rpc/
H A Dpmap_prot.c58 xdr_u_long(xdrs, &regs->pm_prot))
H A Dpmap_getport.c80 parms.pm_prot = protocol;
H A Drpcb_clnt.c772 pmapparms.pm_prot = strcmp(nconf->nc_proto, NC_TCP) ?
/freebsd-current/sys/rpc/
H A Dpmap_prot.h89 long unsigned pm_prot; member in struct:portmap
H A Drpcb_prot.c59 xdr_u_long(xdrs, &regs->pm_prot))
H A Drpcb_clnt.c801 pmapparms.pm_prot = strcmp(nconf->nc_proto, NC_TCP) ?
/freebsd-current/include/rpc/
H A Dpmap_prot.h89 long unsigned pm_prot; member in struct:pmap
/freebsd-current/usr.sbin/rpcbind/
H A Dpmap_svc.c152 (pml->pml_map.pm_prot != prot))
214 if (reg.pm_prot == IPPROTO_UDP) {
216 } else if (reg.pm_prot == IPPROTO_TCP) {
282 reg.pm_prot == IPPROTO_UDP ? "udp" : "tcp", uaddr);
286 fnd = find_service_pmap(reg.pm_prog, reg.pm_vers, reg.pm_prot);
292 if (reg.pm_prot == IPPROTO_UDP) {
329 reg.pm_prot == IPPROTO_UDP ? udptrans : tcptrans,
H A Drpcbind.c567 pml->pml_map.pm_prot = IPPROTO_TCP;
579 pml->pml_map.pm_prot = IPPROTO_UDP;
585 pml->pml_map.pm_prot = IPPROTO_ST;
587 pml->pml_map.pm_prot = IPPROTO_ST;
H A Drpcb_svc_com.c1405 pmap.pm_prot = IPPROTO_UDP;
1408 pmap.pm_prot = IPPROTO_TCP;
1468 (prot && (pml->pml_map.pm_prot != prot))) {
/freebsd-current/include/rpcsvc/
H A Dpmap_prot.x93 unsigned long pm_prot;
255 % long unsigned pm_prot;
/freebsd-current/usr.sbin/ypbind/
H A Dyp_ping.c121 parms.pm_prot = protocol;
/freebsd-current/usr.bin/rpcinfo/
H A Drpcinfo.c529 if (head->pml_map.pm_prot == IPPROTO_UDP)
531 else if (head->pml_map.pm_prot == IPPROTO_TCP)
533 else if (head->pml_map.pm_prot == IPPROTO_ST)
536 printf("%6ld", head->pml_map.pm_prot);
760 if (pmaphead->pml_map.pm_prot == IPPROTO_UDP)
762 else if (pmaphead->pml_map.pm_prot == IPPROTO_TCP)
771 pmaphead->pml_map.pm_prot);
/freebsd-current/sys/kgssapi/
H A Dgsstest.c692 mapping.pm_prot = do_tcp ? IPPROTO_TCP : IPPROTO_UDP;
/freebsd-current/sys/nlm/
H A Dnlm_prot_impl.c442 mapping.pm_prot = do_tcp ? IPPROTO_TCP : IPPROTO_UDP;

Completed in 220 milliseconds