Home
last modified time | relevance | path

Searched refs:IPH_VHL_SET (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/prot/
H A Dip4.h117 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (u8_t)((((v) << 4) | (hl))) macro
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Dip4.c920 IPH_VHL_SET(iphdr, 4, ip_hlen / 4);