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

/freebsd-13-stable/stand/libsa/
H A Drpc.h39 #define PMAPPORT 111 macro
H A Drpc.c398 port = PMAPPORT;
/freebsd-13-stable/include/rpc/
H A Dpmap_prot.h78 #define PMAPPORT ((u_short)111) macro
/freebsd-13-stable/sys/rpc/
H A Dpmap_prot.h78 #define PMAPPORT ((u_short)111) macro
/freebsd-13-stable/sys/nfs/
H A Dkrpc.h23 #define PMAPPORT 111 macro
H A Dkrpc_subr.c155 *portp = htons(PMAPPORT);
169 sin->sin_port = htons(PMAPPORT);
/freebsd-13-stable/include/rpcsvc/
H A Dpmap_prot.x87 const PMAPPORT = 111; /* portmapper port number */
254 %#define PMAPPORT 111
/freebsd-13-stable/lib/libc/rpc/
H A Dpmap_getmaps.c86 address->sin_port = htons(PMAPPORT);
H A Dpmap_getport.c81 address->sin_port = htons(PMAPPORT);
H A Dpmap_rmt.c94 addr->sin_port = htons(PMAPPORT);
H A Drpc_soc.c287 addr->sin_port = htons(PMAPPORT);
/freebsd-13-stable/usr.sbin/ypbind/
H A Dyp_ping.c123 address->sin_port = htons(PMAPPORT);
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcbind.c565 pml->pml_map.pm_port = PMAPPORT;
/freebsd-13-stable/usr.bin/rpcinfo/
H A Drpcinfo.c486 server_addr.sin_port = htons(PMAPPORT);

Completed in 206 milliseconds