Home
last modified time | relevance | path

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

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