IP_PROTO_TCP is only used within LwIP.
 
Symbols
loading...
Files
loading...

IP_PROTO_TCP macro

Syntax

from ip.h:50
#define IP_PROTO_TCP 6

References

LocationText
ip.h:50
#define IP_PROTO_TCP 6
ip4.c:707
case IP_PROTO_TCP:
tcp_out.c:1608
pcb->tos, IP_PROTO_TCP, netif);
tcp_out.c:1951
err = ip_output_if(p, src, dst, ttl, tos, IP_PROTO_TCP, netif);