Home
last modified time | relevance | path

Searched refs:TCP_TTL (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Dopt.h1227 #if !defined TCP_TTL || defined __DOXYGEN__
1228 #define TCP_TTL IP_DEFAULT_TTL macro
/third_party/lwip/src/core/
Dtcp.c2074 pcb->ttl = TCP_TTL;
Dtcp_out.c1960 ttl = TCP_TTL; in tcp_output_control_segment()