Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dtcp.h86 #define TCPH_HDRLEN_BYTES(phdr) ((u8_t)(TCPH_HDRLEN(phdr) << 2)) macro
/third_party/lwip/src/netif/ppp/
Dvj.c469 || (hlen += TCPH_HDRLEN_BYTES((struct tcp_hdr *)&((char *)ip)[hlen])) in vj_uncompress_uncomp()
/third_party/lwip/src/core/
Dtcp_out.c1577 seg->p->tot_len == TCPH_HDRLEN_BYTES(seg->tcphdr)); in tcp_output_segment()
1582 … seg->p->tot_len, TCPH_HDRLEN_BYTES(seg->tcphdr), &pcb->local_ip, &pcb->remote_ip); in tcp_output_segment()
Dtcp_in.c175 hdrlen_bytes = TCPH_HDRLEN_BYTES(tcphdr);