Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c141 static struct tcp_cont { struct
146 } *tcp_cont[MAX_TCPCONT]; argument
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; in interpret_slp()
624 struct tcp_cont *tce = malloc(sizeof (*tce)); in reg_tcp_cont()
627 if (tcp_cont[current_tcp_cont]) { in reg_tcp_cont()
628 free(tcp_cont[current_tcp_cont]->msg); in reg_tcp_cont()
629 free(tcp_cont[current_tcp_cont]); in reg_tcp_cont()
638 tcp_cont[current_tcp_cont++] = tce; in reg_tcp_cont()
[all …]