Searched refs:tcp_cont (Results 1 – 1 of 1) sorted by relevance
141 static struct tcp_cont { struct146 } *tcp_cont[MAX_TCPCONT]; variable151 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 …]