Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp_in.c364 if (recv_flags & TF_GOT_FIN) { in tcp_input()
716 if (recv_flags & TF_GOT_FIN) { in tcp_process()
734 if (recv_flags & TF_GOT_FIN) { /* passive close */ in tcp_process()
741 if (recv_flags & TF_GOT_FIN) { in tcp_process()
760 if (recv_flags & TF_GOT_FIN) { in tcp_process()
1321 recv_flags |= TF_GOT_FIN; in tcp_receive()
1352 recv_flags |= TF_GOT_FIN; in tcp_receive()
/components/net/lwip/lwip-2.0.3/src/core/
A Dtcp_in.c465 if (recv_flags & TF_GOT_FIN) {
884 if (recv_flags & TF_GOT_FIN) {
902 if (recv_flags & TF_GOT_FIN) { /* passive close */
909 if (recv_flags & TF_GOT_FIN) {
930 if (recv_flags & TF_GOT_FIN) {
1488 recv_flags |= TF_GOT_FIN;
1522 recv_flags |= TF_GOT_FIN;
/components/net/lwip/lwip-2.1.2/src/core/
A Dtcp_in.c531 if (recv_flags & TF_GOT_FIN) {
965 if (recv_flags & TF_GOT_FIN) {
983 if (recv_flags & TF_GOT_FIN) { /* passive close */
990 if (recv_flags & TF_GOT_FIN) {
1011 if (recv_flags & TF_GOT_FIN) {
1566 recv_flags |= TF_GOT_FIN;
1600 recv_flags |= TF_GOT_FIN;
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dtcp_impl.h190 #define TF_GOT_FIN (u8_t)0x20U /* Connection was closed by the remote end. */ macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dtcp_priv.h158 #define TF_GOT_FIN (u8_t)0x20U /* Connection was closed by the remote end. */ macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dtcp_priv.h161 #define TF_GOT_FIN (u8_t)0x20U /* Connection was closed by the remote end. */ macro

Completed in 24 milliseconds