Home
last modified time | relevance | path

Searched refs:ENDPORT (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/net/
H A Dbindresvport.c46 #define ENDPORT (IPPORT_RESERVED - 1) in bindresvport() macro
47 #define NPORTS (ENDPORT - STARTPORT + 1) in bindresvport()
64 if (port > ENDPORT) { in bindresvport()
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbindresvport.c49 #define ENDPORT (IPPORT_RESERVED - 1) macro
50 #define NPORTS (ENDPORT - STARTPORT + 1)
118 if (port > ENDPORT)
/titanic_41/usr/src/lib/librpcsvc/common/
H A Dbindresvport.c54 #define ENDPORT (IPPORT_RESERVED - 1) macro
55 #define NPORTS (ENDPORT - STARTPORT + 1)
165 if (port > ENDPORT)
/titanic_41/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c292 #define ENDPORT (IPPORT_RESERVED - 1) in __rpc_bindresvport_ipv6() macro
293 #define NPORTS (ENDPORT - STARTPORT + 1) in __rpc_bindresvport_ipv6()
346 if (port > ENDPORT) in __rpc_bindresvport_ipv6()