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 D | ip.h | 46 #define IP_PROTO_TCP 6 macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/prot/ |
A D | ip.h | 46 #define IP_PROTO_TCP 6 macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | tcp_out.c | 1021 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 D | tcp_in.c | 150 u16_t chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len,
|
/AliOS-Things-master/components/lwip/lwip2.0.0/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()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | ip4.c | 684 case IP_PROTO_TCP:
|
Completed in 21 milliseconds