Searched refs:PMAPPORT (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/ucblib/librpcsoc/ |
H A D | get_myaddress.c | 92 addr->sin_port = htons(PMAPPORT); in get_myaddress() 113 addr->sin_port = htons(PMAPPORT); in get_myaddress()
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | pmap_prot.x | 78 const PMAPPORT = 111; /* portmapper port number */ 247 %#define PMAPPORT 111
|
H A D | rpc_subr.c | 532 put_inet_port(addr, htons(PMAPPORT)); in rpcbind_getaddr() 544 put_inet6_port(addr, htons(PMAPPORT)); in rpcbind_getaddr()
|
/titanic_41/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 | 389 sin6->sin6_port = htons(PMAPPORT); in get_myaddress_ipv6() 404 sin->sin_port = htons(PMAPPORT); in get_myaddress_ipv6()
|
H A D | clnt_bcast.c | 344 sa6.sin6_port = htons(PMAPPORT); in rpc_broadcast_exp()
|
/titanic_41/usr/src/lib/libbc/inc/include/rpc/ |
H A D | pmap_prot.h | 65 #define PMAPPORT ((u_short)111) macro
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | pmap.c | 75 { {PMAPPROG, PMAPVERS, IPPROTO_UDP, PMAPPORT}, &pre_init[1] }, 77 { {RPCBPROG, RPCBVERS, IPPROTO_UDP, PMAPPORT}, &pre_init[2] },
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_bind.c | 367 PMAPPORT, addrtype); in tcp_bind_select_lport() 368 mlp_port = PMAPPORT; in tcp_bind_select_lport()
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_med.c | 556 med_put_inet_port(addr, htons(PMAPPORT)); in med_get_pmap_addr() 667 med_put_inet_port(addr, htons(PMAPPORT)); in med_get_rpcb_addr()
|
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | rpcbind.c | 632 pml->pml_map.pm_port = PMAPPORT; in init_transport()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1874 ((struct sockaddr_in *)call_addr->buf)->sin_port = htons(PMAPPORT); in pmap_kgetport() 1959 ((struct sockaddr_in *)call_addr->buf)->sin_port = htons(PMAPPORT); in pmap_rmt_call()
|
/titanic_41/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 511 server_addr.sin_port = htons(PMAPPORT);
|
/titanic_41/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 5264 mlpport = connp->conn_anon_port ? PMAPPORT : port; in udp_do_bind()
|