Searched refs:PMAPPORT (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/sys/lib/libsa/
H A Drpc.h42 #define PMAPPORT 111 macro
H A Drpc.c388 return (PMAPPORT);
/openbsd-current/include/rpc/
H A Dpmap_prot.h77 #define PMAPPORT ((unsigned short)111) macro
/openbsd-current/sys/nfs/
H A Dkrpc.h14 #define PMAPPORT 111 macro
H A Dkrpc_subr.c161 *portp = htons(PMAPPORT);
175 sin->sin_port = htons(PMAPPORT);
H A Dnfs_boot.c356 bpsin->sin_port = htons(PMAPPORT);
/openbsd-current/lib/libc/rpc/
H A Dpmap_getmaps.c67 address->sin_port = htons(PMAPPORT);
H A Dget_myaddress.c74 addr->sin_port = htons(PMAPPORT);
H A Dpmap_getport.c63 address->sin_port = htons(PMAPPORT);
H A Dpmap_rmt.c77 addr->sin_port = htons(PMAPPORT);
266 baddr.sin_port = htons(PMAPPORT);
/openbsd-current/usr.sbin/portmap/
H A Dportmap.c133 addr.sin_port = htons(PMAPPORT);
139 laddr.sin_port = htons(PMAPPORT);
181 pml->pml_map.pm_port = PMAPPORT;
223 pml->pml_map.pm_port = PMAPPORT;
/openbsd-current/usr.sbin/ypbind/
H A Dypbind.c708 bindsin.sin_port = htons(PMAPPORT);
729 bindsin.sin_port = htons(PMAPPORT);
791 bindsin.sin_port = htons(PMAPPORT);
/openbsd-current/usr.sbin/amd/amd/
H A Dsrvr_nfs.c220 sin.sin_port = htons(PMAPPORT);
/openbsd-current/sbin/mount_nfs/
H A Dmount_nfs.c435 saddr.sin_port = htons(PMAPPORT);
/openbsd-current/usr.bin/rpcinfo/
H A Drpcinfo.c505 server_addr.sin_port = htons(PMAPPORT);
/openbsd-current/usr.bin/rusers/
H A Drusers.c538 baddr.sin_port = htons(PMAPPORT);
/openbsd-current/usr.bin/netstat/
H A Dinet.c839 server_addr.sin_port = htons(PMAPPORT);

Completed in 306 milliseconds