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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c141 static struct tcp_cont { struct
146 } *tcp_cont[MAX_TCPCONT]; variable in typeref:struct:tcp_cont
151 static int add_tcp_cont(struct tcp_cont *, char *, int);
152 static struct tcp_cont *find_tcp_cont(int);
168 struct tcp_cont *tce = NULL;
624 struct tcp_cont *tce = malloc(sizeof (*tce));
627 if (tcp_cont[current_tcp_cont]) {
628 free(tcp_cont[current_tcp_cont]->msg);
629 free(tcp_cont[current_tcp_cont]);
638 tcp_cont[current_tcp_con
[all...]

Completed in 46 milliseconds