Home
last modified time | relevance | path

Searched refs:IP_PROTO_TCP (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/core/lwip/src/core/
Dtcp_out.c870 IP_PROTO_TCP, p->tot_len); in tcp_send_empty_ack()
874 IP_PROTO_TCP, &(pcb->addr_hint)); in tcp_send_empty_ack()
877 IP_PROTO_TCP); in tcp_send_empty_ack()
1122 IP_PROTO_TCP, seg->p->tot_len); in tcp_output_segment()
1132 IP_PROTO_TCP, seg->p->tot_len, TCPH_HDRLEN(seg->tcphdr) * 4); in tcp_output_segment()
1152 IP_PROTO_TCP, seg->p->tot_len); in tcp_output_segment()
1159 IP_PROTO_TCP, &(pcb->addr_hint)); in tcp_output_segment()
1162 IP_PROTO_TCP); in tcp_output_segment()
1213 IP_PROTO_TCP, p->tot_len); in tcp_rst()
1218 ip_output(p, local_ip, remote_ip, TCP_TTL, 0, IP_PROTO_TCP); in tcp_rst()
[all …]
Dtcp_in.c139 IP_PROTO_TCP, p->tot_len) != 0) { in tcp_input()
142 IP_PROTO_TCP, p->tot_len))); in tcp_input()
/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dip.h56 #define IP_PROTO_TCP 6 macro
/external/syslinux/core/lwip/src/netif/ppp/
Dvj.c154 if (IPH_PROTO(ip) != IP_PROTO_TCP) { in vj_compress_tcp()
448 IPH_PROTO_SET(ip, IP_PROTO_TCP); in vj_uncompress_uncomp()
/external/autotest/client/deps/lansim/src/py/
Dhost.py172 'ip.p': dpkt.ip.IP_PROTO_TCP}, self._handle_tcp_forward)
/external/syslinux/core/lwip/src/core/ipv4/
Dip.c503 case IP_PROTO_TCP:
/external/syslinux/core/lwip/src/netif/
Dundiif.c346 if (IPH_PROTO(iphdr) == IP_PROTO_TCP) { in snprintf_tcp_hdr()