Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/include/lwip/
A Dpbuf.h183 #define PBUF_FLAG_TCP_FIN 0x20U macro
/lib/lwip/lwip/src/core/
A Dpbuf.c1169 if (p->flags & PBUF_FLAG_TCP_FIN) { in pbuf_split_64k()
1170 r->flags |= PBUF_FLAG_TCP_FIN; in pbuf_split_64k()
A Dtcp.c1571 if ((refused_flags & PBUF_FLAG_TCP_FIN) in tcp_process_refused_data()
A Dtcp_in.c534 pcb->refused_data->flags |= PBUF_FLAG_TCP_FIN;

Completed in 17 milliseconds