Home
last modified time | relevance | path

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

/external/lib/lwip/core/
A Dtcp_in.c832 TCP_SEQ_GT(seqno + cseg->len, next->tcphdr->seqno)) {
1286 TCP_SEQ_GT(seqno + tcplen,
1447 if (TCP_SEQ_GT(prev->tcphdr->seqno + prev->len, seqno)) {
1462 TCP_SEQ_GT(seqno, next->tcphdr->seqno)) {
1469 if (TCP_SEQ_GT(next->tcphdr->seqno + next->len, seqno)) {
A Dtcp.c588 if (TCP_SEQ_GT(pcb->rcv_nxt, pcb->rcv_ann_right_edge)) { in tcp_update_rcv_ann_wnd()
/external/lib/lwip/include/lwip/
A Dtcp_impl.h95 #define TCP_SEQ_GT(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) > 0) macro

Completed in 8 milliseconds