Searched refs:fin_in (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_nat.c39 uint16_t fin_in : 1; member in struct:pico_nat_tuple
143 t->proto, t->conn_active, t->fin_in, t->fin_out, t->syn, t->rst, t->portforward);
208 t->fin_in = 0;
300 t->fin_in = 1;
351 else if (t->rst || (t->fin_in && t->fin_out))

Completed in 79 milliseconds