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

/freebsd-9.3-release/lib/libstand/
H A Drpc.h39 #define PMAPPORT 111 macro
H A Drpc.c405 port = PMAPPORT;
/freebsd-9.3-release/include/rpc/
H A Dpmap_prot.h76 #define PMAPPORT ((u_short)111) macro
/freebsd-9.3-release/sys/nfs/
H A Dkrpc.h23 #define PMAPPORT 111 macro
H A Dkrpc_subr.c153 *portp = htons(PMAPPORT);
167 sin->sin_port = htons(PMAPPORT);
/freebsd-9.3-release/sys/rpc/
H A Dpmap_prot.h76 #define PMAPPORT ((u_short)111) macro
/freebsd-9.3-release/include/rpcsvc/
H A Dpmap_prot.x87 const PMAPPORT = 111; /* portmapper port number */
254 %#define PMAPPORT 111
/freebsd-9.3-release/lib/libc/rpc/
H A Dpmap_getmaps.c85 address->sin_port = htons(PMAPPORT);
H A Dpmap_getport.c82 address->sin_port = htons(PMAPPORT);
H A Dpmap_rmt.c97 addr->sin_port = htons(PMAPPORT);
H A Drpc_soc.c322 addr->sin_port = htons(PMAPPORT);
/freebsd-9.3-release/usr.sbin/ypbind/
H A Dyp_ping.c123 address->sin_port = htons(PMAPPORT);
/freebsd-9.3-release/contrib/amd/conf/transp/
H A Dtransp_sockets.c384 sin->sin_port = htons(PMAPPORT);
/freebsd-9.3-release/contrib/amd/amd/
H A Dsrvr_nfs.c259 sin.sin_port = htons(PMAPPORT);
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Drpcbind.c548 pml->pml_map.pm_port = PMAPPORT;
/freebsd-9.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c486 server_addr.sin_port = htons(PMAPPORT);

Completed in 179 milliseconds