Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dpbuf.h77 #define PBUF_FLAG_TCP_FIN 0x20U macro
/lib/liblwip/src/core/
Dtcp.c1098 if (refused_flags & PBUF_FLAG_TCP_FIN) { in tcp_process_refused_data()
Dtcp_in.c367 pcb->refused_data->flags |= PBUF_FLAG_TCP_FIN; in tcp_input()