Searched defs:IP6H_VTCFL_SET (Results 1 - 1 of 1) sorted by relevance
/third_party/lwip/src/include/lwip/prot/ | ||
H A D | ip6.h | 106 #define IP6H_VTCFL_SET(hdr, v, tc, fl) (hdr)->_v_tc_fl = (lwip_htonl((((u32_t)(v)) << 28) | (((u32_t)(tc)) << 20) | (fl))) macro |
Completed in 1 milliseconds