Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/prot/
A Dip.h46 #define IP_PROTO_TCP 6 macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/prot/
A Dip.h46 #define IP_PROTO_TCP 6 macro
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dtcp_out.c1021 tcphdr->chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len, in tcp_send_empty_ack()
1027 pcb->ttl, pcb->tos, IP_PROTO_TCP, netif); in tcp_send_empty_ack()
1332 u16_t chksum_slow = ip_chksum_pseudo(seg->p, IP_PROTO_TCP, in tcp_output_segment()
1341 acc = ip_chksum_pseudo_partial(seg->p, IP_PROTO_TCP, in tcp_output_segment()
1359 seg->tcphdr->chksum = ip_chksum_pseudo(seg->p, IP_PROTO_TCP, in tcp_output_segment()
1368 pcb->tos, IP_PROTO_TCP, netif); in tcp_output_segment()
1430 tcphdr->chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len, in tcp_rst()
1435 ip_output_if(p, local_ip, remote_ip, TCP_TTL, 0, IP_PROTO_TCP, netif); in tcp_rst()
1608 tcphdr->chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len, in tcp_keepalive()
1701 tcphdr->chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len, in tcp_zero_window_probe()
[all …]
A Dtcp_in.c150 u16_t chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len,
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dvj.c178 if (IPH_PROTO(ip) != IP_PROTO_TCP) { in vj_compress_tcp()
485 IPH_PROTO_SET(ip, IP_PROTO_TCP); in vj_uncompress_uncomp()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4.c684 case IP_PROTO_TCP:

Completed in 21 milliseconds