Searched refs:IPH_TTL_SET (Results 1 – 4 of 4) sorted by relevance
124 #define IPH_TTL_SET(hdr, ttl) (hdr)->_ttl = (u8_t)(ttl) macro
39 IPH_TTL_SET(iphdr, 5); in create_ip4_input_fragment()
235 IPH_TTL_SET(iphdr, ICMP_TTL); in icmp_input()
319 IPH_TTL_SET(iphdr, IPH_TTL(iphdr) - 1); in ip4_forward()907 IPH_TTL_SET(iphdr, ttl);