Home
last modified time | relevance | path

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

/lib/liblwip/src/include/ipv4/lwip/
Dip.h161 #define IPH_TTL_SET(hdr, ttl) (hdr)->_ttl = (u8_t)(ttl) macro
/lib/liblwip/src/core/ipv4/
Dicmp.c205 IPH_TTL_SET(iphdr, ICMP_TTL); in icmp_input()
Dip.c239 IPH_TTL_SET(iphdr, IPH_TTL(iphdr) - 1); in ip_forward()
716 IPH_TTL_SET(iphdr, ttl);