Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp.c203 static int tcp_largest_anon_port = TCP_MAX_PORT; variable
1127 if (port < tcp_smallest_anon_port || port > tcp_largest_anon_port) in tcp_update_next_port()
1143 count = tcp_largest_anon_port - tcp_smallest_anon_port; in tcp_bindi()