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

IPH_LEN macro

Syntax

#define IPH_LEN(hdr) ((hdr)->_len)

Arguments

hdr

References

LocationText
ip4.h:108
#define IPH_LEN(hdr) ((hdr)->_len)
ip4.c:466
iphdr_len = lwip_ntohs(IPH_LEN(iphdr));
ip4_frag.c:355
len = lwip_ntohs(IPH_LEN(fraghdr));
ip4_frag.c:526
len = lwip_ntohs(IPH_LEN(fraghdr));