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

IPH_HL_BYTES macro

Syntax

#define IPH_HL_BYTES(hdr) ((u8_t)(IPH_HL(hdr) * 4))

Arguments

hdr

References

LocationText
ip4.h:106
#define IPH_HL_BYTES(hdr) ((u8_t)(IPH_HL(hdr) * 4))
icmp.c:95
hlen = IPH_HL_BYTES(iphdr_in);
ip4.c:464
iphdr_hlen = IPH_HL_BYTES(iphdr);
ip4.c:686
ip_data.current_ip_header_tot_len = IPH_HL_BYTES(iphdr);
ip4_frag.c:356
hlen = IPH_HL_BYTES(fraghdr);
ip4_frag.c:519
if (IPH_HL_BYTES(fraghdr) != IP_HLEN) {
ip4_frag.c:527
hlen = IPH_HL_BYTES(fraghdr);
ip4_frag.c:760
if (IPH_HL_BYTES(iphdr) != IP_HLEN) {