Searched refs:IPH_TTL_SET (Results 1 – 3 of 3) sorted by relevance
161 #define IPH_TTL_SET(hdr, ttl) (hdr)->_ttl = (u8_t)(ttl) macro
205 IPH_TTL_SET(iphdr, ICMP_TTL); in icmp_input()
239 IPH_TTL_SET(iphdr, IPH_TTL(iphdr) - 1); in ip_forward()716 IPH_TTL_SET(iphdr, ttl);
Completed in 4 milliseconds