Searched refs:PBUF_FLAG_TCP_FIN (Results 1 – 5 of 5) sorted by relevance
139 #define PBUF_FLAG_TCP_FIN 0x20U macro
143 #define PBUF_FLAG_TCP_FIN 0x20U macro
1183 if (p->flags & PBUF_FLAG_TCP_FIN) { in pbuf_split_64k()1184 r->flags |= PBUF_FLAG_TCP_FIN; in pbuf_split_64k()
1331 if (refused_flags & PBUF_FLAG_TCP_FIN in tcp_process_refused_data()
477 pcb->refused_data->flags |= PBUF_FLAG_TCP_FIN;
Completed in 17 milliseconds