Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c134 #define MAX_TCPCONT 16 macro
141 } *tcp_cont[MAX_TCPCONT];
638 if (current_tcp_cont == MAX_TCPCONT) in reg_tcp_cont()
658 for (i = MAX_TCPCONT -1; i > current_tcp_cont; i--) in find_tcp_cont()
675 for (i = MAX_TCPCONT -1; i > current_tcp_cont; i--) in remove_tcp_cont()