Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dvj.c143 register struct tcp_hdr *oth; in vj_compress_tcp()
144 register struct tcp_hdr *th; in vj_compress_tcp()
166 th = (struct tcp_hdr *)&((long *)ip)[hlen]; in vj_compress_tcp()
237 oth = (struct tcp_hdr *)&((long *)&cs->cs_ip)[hlen]; in vj_compress_tcp()
436 || hlen + sizeof(struct tcp_hdr) > nb->len in vj_uncompress_uncomp()
437 || (hlen += TCPH_OFFSET(((struct tcp_hdr *)&((char *)ip)[hlen])) << 2) in vj_uncompress_uncomp()
467 struct tcp_hdr *th; in vj_uncompress_tcp()
503 th = (struct tcp_hdr *)&((u_char *)&cs->cs_ip)[hlen]; in vj_uncompress_tcp()
/external/syslinux/core/lwip/src/core/
Dtcp_out.c95 struct tcp_hdr *tcphdr; in tcp_output_alloc_header()
100 tcphdr = (struct tcp_hdr *)p->payload; in tcp_output_alloc_header()
188 seg->tcphdr = (struct tcp_hdr *)seg->p->payload; in tcp_create_segment()
839 struct tcp_hdr *tcphdr; in tcp_send_empty_ack()
853 tcphdr = (struct tcp_hdr *)p->payload; in tcp_send_empty_ack()
1192 struct tcp_hdr *tcphdr; in tcp_rst()
1199 (p->len >= sizeof(struct tcp_hdr))); in tcp_rst()
1201 tcphdr = (struct tcp_hdr *)p->payload; in tcp_rst()
1352 struct tcp_hdr *tcphdr; in tcp_keepalive()
1367 tcphdr = (struct tcp_hdr *)p->payload; in tcp_keepalive()
[all …]
Dtcp_in.c63 static struct tcp_hdr *tcphdr;
109 tcphdr = (struct tcp_hdr *)((u8_t *)p->payload + IPH_HL(iphdr) * 4); in tcp_input()
116 if (pbuf_header(p, -((s16_t)(IPH_HL(iphdr) * 4))) || (p->tot_len < sizeof(struct tcp_hdr))) { in tcp_input()
Dtcp.c1510 tcp_debug_print(struct tcp_hdr *tcphdr) in tcp_debug_print()
/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h158 struct tcp_hdr { struct
296 struct tcp_hdr *tcphdr; /* the TCP header */
447 void tcp_debug_print(struct tcp_hdr *tcphdr);
/external/syslinux/core/lwip/src/netif/
Dundiif.c343 struct tcp_hdr *tcphdr; in snprintf_tcp_hdr()
347 tcphdr = (struct tcp_hdr *)((void *)iphdr + (IPH_HL(iphdr) << 2)); in snprintf_tcp_hdr()