Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dip.h50 #define IP_PROTO_TCP 6 macro
/third_party/lwip/src/core/
Dtcp_out.c1572 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()
Dtcp_in.c162 u16_t chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len,
/third_party/lwip/src/netif/ppp/
Dvj.c178 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/
Dgstpcapparse.c358 #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/
Dtcp_helper.c103 IP_PROTO_TCP, p->tot_len, src_ip, dst_ip); in tcp_create_segment_wnd()
Dtest_tcp.c416 chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len, in START_TEST()
/third_party/lwip/src/core/ipv4/
Dip4.c707 case IP_PROTO_TCP: