Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dtcp_in.c376 if (recv_flags & TF_GOT_FIN) { in tcp_input()
713 if (recv_flags & TF_GOT_FIN) { in tcp_process()
731 if (recv_flags & TF_GOT_FIN) { /* passive close */ in tcp_process()
738 if (recv_flags & TF_GOT_FIN) { in tcp_process()
757 if (recv_flags & TF_GOT_FIN) { in tcp_process()
1293 recv_flags |= TF_GOT_FIN; in tcp_receive()
1324 recv_flags |= TF_GOT_FIN; in tcp_receive()
/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h191 #define TF_GOT_FIN (u8_t)0x20U /* Connection was closed by the remote end. */ macro