Home
last modified time | relevance | path

Searched refs:IPH_TTL_SET (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/prot/
Dip4.h124 #define IPH_TTL_SET(hdr, ttl) (hdr)->_ttl = (u8_t)(ttl) macro
/third_party/lwip/test/unit/ip4/
Dtest_ip4.c39 IPH_TTL_SET(iphdr, 5); in create_ip4_input_fragment()
/third_party/lwip/src/core/ipv4/
Dicmp.c235 IPH_TTL_SET(iphdr, ICMP_TTL); in icmp_input()
Dip4.c319 IPH_TTL_SET(iphdr, IPH_TTL(iphdr) - 1); in ip4_forward()
907 IPH_TTL_SET(iphdr, ttl);