Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dpbuf.h139 #define PBUF_FLAG_TCP_FIN 0x20U macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dpbuf.h143 #define PBUF_FLAG_TCP_FIN 0x20U macro
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dpbuf.c1183 if (p->flags & PBUF_FLAG_TCP_FIN) { in pbuf_split_64k()
1184 r->flags |= PBUF_FLAG_TCP_FIN; in pbuf_split_64k()
A Dtcp.c1331 if (refused_flags & PBUF_FLAG_TCP_FIN in tcp_process_refused_data()
A Dtcp_in.c477 pcb->refused_data->flags |= PBUF_FLAG_TCP_FIN;

Completed in 17 milliseconds