Home
last modified time | relevance | path

Searched refs:IPH_TTL (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/prot/
Dip4.h114 #define IPH_TTL(hdr) ((hdr)->_ttl) macro
/third_party/lwip/src/core/ipv4/
Dip4.c319 IPH_TTL_SET(iphdr, IPH_TTL(iphdr) - 1); in ip4_forward()
321 if (IPH_TTL(iphdr) == 0) { in ip4_forward()
1113 (u16_t)IPH_TTL(iphdr),