Searched refs:PMAPPORT (Results 1 - 16 of 16) sorted by relevance
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | rpc.h | 39 #define PMAPPORT 111 macro
|
H A D | rpc.c | 405 port = PMAPPORT;
|
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/ |
H A D | pmap_prot.h | 65 #define PMAPPORT ((u_short)111) macro
|
/illumos-gate/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)); 544 put_inet6_port(addr, htons(PMAPPORT));
|
/illumos-gate/usr/src/ucblib/librpcsoc/ |
H A D | get_myaddress.c | 92 addr->sin_port = htons(PMAPPORT); 113 addr->sin_port = htons(PMAPPORT);
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | pmap_clnt.c | 136 address->sin_port = htons(PMAPPORT); 172 address->sin_port = htons(PMAPPORT); 206 addr->sin_port = htons(PMAPPORT);
|
H A D | rpc_soc.c | 389 sin6->sin6_port = htons(PMAPPORT); 404 sin->sin_port = htons(PMAPPORT);
|
H A D | clnt_bcast.c | 344 sa6.sin6_port = htons(PMAPPORT);
|
/illumos-gate/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] },
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_bind.c | 367 PMAPPORT, addrtype); 368 mlp_port = PMAPPORT;
|
/illumos-gate/usr/src/uts/common/io/lvm/md/ |
H A D | md_med.c | 53 #include <rpc/pmap_prot.h> /* PMAPPORT */ 556 med_put_inet_port(addr, htons(PMAPPORT)); 667 med_put_inet_port(addr, htons(PMAPPORT));
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | rpcbind.c | 632 pml->pml_map.pm_port = PMAPPORT;
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1874 ((struct sockaddr_in *)call_addr->buf)->sin_port = htons(PMAPPORT); 1959 ((struct sockaddr_in *)call_addr->buf)->sin_port = htons(PMAPPORT);
|
/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 | 5264 mlpport = connp->conn_anon_port ? PMAPPORT : port;
|
Completed in 173 milliseconds