Searched refs:IP_PROTO_TCP (Results 1 – 8 of 8) sorted by relevance
/third_party/lwip/src/include/lwip/prot/ |
D | ip.h | 50 #define IP_PROTO_TCP 6 macro
|
/third_party/lwip/src/core/ |
D | tcp_out.c | 1572 u16_t chksum_slow = ip_chksum_pseudo(seg->p, IP_PROTO_TCP, in tcp_output_segment() 1581 acc = ip_chksum_pseudo_partial(seg->p, IP_PROTO_TCP, in tcp_output_segment() 1600 seg->tcphdr->chksum = ip_chksum_pseudo(seg->p, IP_PROTO_TCP, in tcp_output_segment() 1609 pcb->tos, IP_PROTO_TCP, netif); in tcp_output_segment() 1938 tcphdr->chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len, in tcp_output_control_segment() 1952 err = ip_output_if(p, src, dst, ttl, tos, IP_PROTO_TCP, netif); in tcp_output_control_segment()
|
D | tcp_in.c | 162 u16_t chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len,
|
/third_party/lwip/src/netif/ppp/ |
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()
|
/third_party/gstreamer/gstplugins_bad/gst/pcapparse/ |
D | gstpcapparse.c | 358 #define IP_PROTO_TCP 6 macro 447 if (ip_protocol != IP_PROTO_UDP && ip_protocol != IP_PROTO_TCP) in gst_pcap_parse_scan_frame()
|
/third_party/lwip/test/unit/tcp/ |
D | tcp_helper.c | 103 IP_PROTO_TCP, p->tot_len, src_ip, dst_ip); in tcp_create_segment_wnd()
|
D | test_tcp.c | 416 chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len, in START_TEST()
|
/third_party/lwip/src/core/ipv4/ |
D | ip4.c | 707 case IP_PROTO_TCP:
|