Searched refs:pm_port (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/lib/libc/rpc/
H A Dpmap_prot.c51 return (xdr_u_long(xdrs, &regs->pm_port));
H A Dpmap_clnt.c73 parms.pm_port = port;
108 parms.pm_port = parms.pm_prot = 0;
H A Dpmap_getport.c70 parms.pm_port = 0; /* not needed or used */
/openbsd-current/include/rpc/
H A Dpmap_prot.h93 unsigned long pm_port; member in struct:pmap
/openbsd-current/usr.sbin/portmap/
H A Dportmap.c181 pml->pml_map.pm_port = PMAPPORT;
223 pml->pml_map.pm_port = PMAPPORT;
329 if (fnd->pml_map.pm_port == reg.pm_port)
336 reg.pm_prog, reg.pm_vers, reg.pm_port);
338 if (reg.pm_port & ~0xffff)
345 if ((reg.pm_port < IPPORT_RESERVED ||
346 reg.pm_port == NFS_PORT) &&
404 if ((pml->pml_map.pm_port < IPPORT_RESERVED ||
405 pml->pml_map.pm_port
[all...]
/openbsd-current/usr.sbin/amd/amd/
H A Dsrvr_nfs.c213 pmap.pm_port = 0;
/openbsd-current/usr.bin/rpcinfo/
H A Drpcinfo.c531 printf("%7ld", head->pml_map.pm_port);
/openbsd-current/usr.bin/netstat/
H A Dinet.c854 n->port = head->pml_map.pm_port;

Completed in 188 milliseconds