Searched refs:PMAPPORT (Results 1 – 14 of 14) sorted by relevance
| /illumos-gate/usr/src/lib/libnsl/rpc/ |
| H A D | pmap_clnt.c | 136 address->sin_port = htons(PMAPPORT); in pmap_getport() 172 address->sin_port = htons(PMAPPORT); in pmap_getmaps() 206 addr->sin_port = htons(PMAPPORT); in pmap_rmtcall()
|
| H A D | rpc_soc.c | 387 sin6->sin6_port = htons(PMAPPORT); in get_myaddress_ipv6() 402 sin->sin_port = htons(PMAPPORT); in get_myaddress_ipv6()
|
| H A D | clnt_bcast.c | 342 sa6.sin6_port = htons(PMAPPORT); in rpc_broadcast_exp()
|
| /illumos-gate/usr/src/ucblib/librpcsoc/ |
| H A D | get_myaddress.c | 91 addr->sin_port = htons(PMAPPORT); in get_myaddress() 112 addr->sin_port = htons(PMAPPORT); in get_myaddress()
|
| /illumos-gate/usr/src/uts/common/rpc/ |
| H A D | pmap_prot.x | 76 const PMAPPORT = 111; /* portmapper port number */ 245 %#define PMAPPORT 111
|
| H A D | rpc_subr.c | 539 put_inet_port(addr, htons(PMAPPORT)); in rpcbind_getaddr5() 551 put_inet6_port(addr, htons(PMAPPORT)); in rpcbind_getaddr5()
|
| /illumos-gate/usr/src/boot/libsa/ |
| H A D | rpc.h | 39 #define PMAPPORT 111 macro
|
| H A D | rpc.c | 398 port = PMAPPORT; in rpc_getport()
|
| /illumos-gate/usr/src/stand/lib/fs/nfs/ |
| H A D | pmap.c | 73 { {PMAPPROG, PMAPVERS, IPPROTO_UDP, PMAPPORT}, &pre_init[1] }, 75 { {RPCBPROG, RPCBVERS, IPPROTO_UDP, PMAPPORT}, &pre_init[2] },
|
| /illumos-gate/usr/src/uts/common/inet/tcp/ |
| H A D | tcp_bind.c | 370 PMAPPORT, addrtype); in tcp_bind_select_lport() 371 mlp_port = PMAPPORT; in tcp_bind_select_lport()
|
| /illumos-gate/usr/src/cmd/rpcbind/ |
| H A D | rpcbind.c | 632 pml->pml_map.pm_port = PMAPPORT; in init_transport()
|
| /illumos-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs_dlinet.c | 1937 ((struct sockaddr_in *)call_addr->buf)->sin_port = htons(PMAPPORT); in pmap_kgetport() 2022 ((struct sockaddr_in *)call_addr->buf)->sin_port = htons(PMAPPORT); in pmap_rmt_call()
|
| /illumos-gate/usr/src/cmd/rpcinfo/ |
| H A D | rpcinfo.c | 511 server_addr.sin_port = htons(PMAPPORT);
|
| /illumos-gate/usr/src/uts/common/inet/udp/ |
| H A D | udp.c | 5418 mlpport = connp->conn_anon_port ? PMAPPORT : port; in udp_do_bind()
|