Home
last modified time | relevance | path

Searched refs:tcp_hdr (Results 1 – 6 of 6) sorted by relevance

/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dvj.c167 struct tcp_hdr *oth; in vj_compress_tcp()
168 struct tcp_hdr *th; in vj_compress_tcp()
190 th = (struct tcp_hdr *)&((struct vj_u32_t*)ip)[ilen]; in vj_compress_tcp()
274 oth = (struct tcp_hdr *)&((struct vj_u32_t*)&cs->cs_ip)[ilen]; in vj_compress_tcp()
468 || hlen + sizeof(struct tcp_hdr) > nb->len in vj_uncompress_uncomp()
469 || (hlen += TCPH_HDRLEN_BYTES((struct tcp_hdr *)&((char *)ip)[hlen])) in vj_uncompress_uncomp()
500 struct tcp_hdr *th; in vj_uncompress_tcp()
536 th = (struct tcp_hdr *)&((u8_t*)&cs->cs_ip)[hlen]; in vj_uncompress_tcp()
/btstack/3rd-party/lwip/core/src/core/
H A Dtcp_out.c196 seg->tcphdr = (struct tcp_hdr *)seg->p->payload; in tcp_create_segment()
1822 struct tcp_hdr *tcphdr; in tcp_output_alloc_header_common()
1829 tcphdr = (struct tcp_hdr *)p->payload; in tcp_output_alloc_header_common()
1874 struct tcp_hdr *tcphdr; in tcp_output_fill_options()
1880 tcphdr = (struct tcp_hdr *)p->payload; in tcp_output_fill_options()
1936 struct tcp_hdr *tcphdr = (struct tcp_hdr *)p->payload; in tcp_output_control_segment()
2120 struct tcp_hdr *tcphdr; in tcp_zero_window_probe()
2162 tcphdr = (struct tcp_hdr *)p->payload; in tcp_zero_window_probe()
H A Dtcp_in.c75 static struct tcp_hdr *tcphdr;
138 tcphdr = (struct tcp_hdr *)p->payload;
H A Dtcp.c2412 tcp_debug_print(struct tcp_hdr *tcphdr) in tcp_debug_print()
/btstack/3rd-party/lwip/core/src/include/lwip/prot/
H A Dtcp.h56 struct tcp_hdr { struct
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcp_priv.h273 struct tcp_hdr *tcphdr; /* the TCP header */
490 void tcp_debug_print(struct tcp_hdr *tcphdr);