Searched refs:TCPH_HDRLEN_BYTES (Results 1 – 4 of 4) sorted by relevance
86 #define TCPH_HDRLEN_BYTES(phdr) ((u8_t)(TCPH_HDRLEN(phdr) << 2)) macro
469 || (hlen += TCPH_HDRLEN_BYTES((struct tcp_hdr *)&((char *)ip)[hlen])) in vj_uncompress_uncomp()
1577 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()
175 hdrlen_bytes = TCPH_HDRLEN_BYTES(tcphdr);