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

IPH_OFFSET_SET macro

Syntax

#define IPH_OFFSET_SET(hdr, off) (hdr)->_offset = (off)

Arguments

hdr

off

References

LocationText
ip4.h:121
#define IPH_OFFSET_SET(hdr, off) (hdr)->_offset = (off)
ip4.c:929
IPH_OFFSET_SET(iphdr, 0);
ip4_frag.c:630
IPH_OFFSET_SET(fraghdr, 0);
ip4_frag.c:860
IPH_OFFSET_SET(iphdr, lwip_htons(tmp));