| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | tcp_out.c | 876 IP_PROTO_TCP, p->tot_len); in tcp_send_empty_ack() 880 IP_PROTO_TCP, &(pcb->addr_hint)); in tcp_send_empty_ack() 883 IP_PROTO_TCP); in tcp_send_empty_ack() 1130 IP_PROTO_TCP, seg->p->tot_len); in tcp_output_segment() 1160 IP_PROTO_TCP, seg->p->tot_len); in tcp_output_segment() 1167 IP_PROTO_TCP, &(pcb->addr_hint)); in tcp_output_segment() 1170 IP_PROTO_TCP); in tcp_output_segment() 1221 IP_PROTO_TCP, p->tot_len); in tcp_rst() 1226 ip_output(p, local_ip, remote_ip, TCP_TTL, 0, IP_PROTO_TCP); in tcp_rst() 1392 IP_PROTO_TCP, p->tot_len); in tcp_keepalive() [all …]
|
| A D | tcp_in.c | 133 IP_PROTO_TCP, p->tot_len) != 0) { in tcp_input() 136 IP_PROTO_TCP, p->tot_len))); in tcp_input()
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/prot/ |
| A D | ip.h | 46 #define IP_PROTO_TCP 6 macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/prot/ |
| A D | ip.h | 50 #define IP_PROTO_TCP 6 macro
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | tcp_out.c | 962 tcphdr->chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len, in tcp_send_empty_ack() 968 pcb->ttl, pcb->tos, IP_PROTO_TCP, netif); in tcp_send_empty_ack() 1282 u16_t chksum_slow = ip_chksum_pseudo(seg->p, IP_PROTO_TCP, in tcp_output_segment() 1291 acc = ip_chksum_pseudo_partial(seg->p, IP_PROTO_TCP, in tcp_output_segment() 1309 seg->tcphdr->chksum = ip_chksum_pseudo(seg->p, IP_PROTO_TCP, in tcp_output_segment() 1318 pcb->tos, IP_PROTO_TCP, netif); in tcp_output_segment() 1380 tcphdr->chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len, in tcp_rst() 1385 ip_output_if(p, local_ip, remote_ip, TCP_TTL, 0, IP_PROTO_TCP, netif); in tcp_rst() 1558 tcphdr->chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len, in tcp_keepalive() 1651 tcphdr->chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len, in tcp_zero_window_probe() [all …]
|
| A D | tcp_in.c | 146 u16_t chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len,
|
| /components/net/lwip/lwip-1.4.1/src/include/ipv6/lwip/ |
| A D | ip.h | 51 #define IP_PROTO_TCP 6 macro
|
| /components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/ |
| A D | ip.h | 56 #define IP_PROTO_TCP 6 macro
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | vj.c | 154 if (IPH_PROTO(ip) != IP_PROTO_TCP) { in vj_compress_tcp() 448 IPH_PROTO_SET(ip, IP_PROTO_TCP); in vj_uncompress_uncomp()
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | tcp_out.c | 1571 u16_t chksum_slow = ip_chksum_pseudo(seg->p, IP_PROTO_TCP, in tcp_output_segment() 1580 acc = ip_chksum_pseudo_partial(seg->p, IP_PROTO_TCP, in tcp_output_segment() 1599 seg->tcphdr->chksum = ip_chksum_pseudo(seg->p, IP_PROTO_TCP, in tcp_output_segment() 1608 pcb->tos, IP_PROTO_TCP, netif); in tcp_output_segment() 1937 tcphdr->chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len, in tcp_output_control_segment() 1951 err = ip_output_if(p, src, dst, ttl, tos, IP_PROTO_TCP, netif); in tcp_output_control_segment()
|
| A D | tcp_in.c | 162 u16_t chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len,
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | vj.c | 178 if (IPH_PROTO(ip) != IP_PROTO_TCP) { in vj_compress_tcp() 479 IPH_PROTO_SET(ip, IP_PROTO_TCP); in vj_uncompress_uncomp()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | vj.c | 178 if (IPH_PROTO(ip) != IP_PROTO_TCP) { in vj_compress_tcp() 485 IPH_PROTO_SET(ip, IP_PROTO_TCP); in vj_uncompress_uncomp()
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv6/ |
| A D | ip6.c | 228 case IP_PROTO_TCP: in ip_input()
|
| /components/net/lwip/lwip-1.4.1/test/unit/tcp/ |
| A D | tcp_helper.c | 96 IP_PROTO_TCP, p->tot_len); in tcp_create_segment_wnd()
|
| /components/net/lwip/lwip-2.1.2/test/unit/tcp/ |
| A D | tcp_helper.c | 103 IP_PROTO_TCP, p->tot_len, src_ip, dst_ip); in tcp_create_segment_wnd()
|
| A D | test_tcp.c | 416 chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len, in START_TEST()
|
| /components/net/lwip/lwip-2.0.3/test/unit/tcp/ |
| A D | tcp_helper.c | 98 IP_PROTO_TCP, p->tot_len, src_ip, dst_ip); in tcp_create_segment_wnd()
|
| A D | test_tcp.c | 168 chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len, in START_TEST()
|
| /components/net/lwip-nat/ |
| A D | ipv4_nat.c | 434 case IP_PROTO_TCP: in ip_nat_input() 635 case IP_PROTO_TCP: in ip_nat_out()
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
| A D | ip.c | 599 case IP_PROTO_TCP:
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | ip4.c | 682 case IP_PROTO_TCP:
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
| A D | ip4.c | 707 case IP_PROTO_TCP:
|