Searched defs:MAX_TCPCONT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c139 #define MAX_TCPCONT 16 macro
146 } *tcp_cont[MAX_TCPCONT];
639 if (current_tcp_cont == MAX_TCPCONT)
659 for (i = MAX_TCPCONT -1; i > current_tcp_cont; i--)
676 for (i = MAX_TCPCONT -1; i > current_tcp_cont; i--)

Completed in 61 milliseconds