IPH_TTL_SET is only used within LwIP.
 
Symbols
loading...
Files
loading...

IPH_TTL_SET macro

Syntax

#define IPH_TTL_SET(hdr, ttl) (hdr)->_ttl = (u8_t)(ttl)

Arguments

hdr

ttl

References

LocationText
ip4.h:122
#define IPH_TTL_SET(hdr, ttl) (hdr)->_ttl = (u8_t)(ttl)
icmp.c:235
IPH_TTL_SET(iphdr, ICMP_TTL);
ip4.c:907
IPH_TTL_SET(iphdr, ttl);