Home
last modified time | relevance | path

Searched defs:IPH_VHL_SET (Results 1 – 3 of 3) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/include/lwip/prot/
A Dip4.h113 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (u8_t)((((v) << 4) | (hl))) macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/prot/
A Dip4.h117 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (u8_t)((((v) << 4) | (hl))) macro
/components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/
A Dip.h156 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (((v) << 4) | (hl)) macro

Completed in 3 milliseconds