Searched defs:IP6H_VTCFL_SET (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/include/lwip2/lwip/prot/
H A Dip6.h160 #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 81 milliseconds