Searched refs:U16_FETCH (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipcsum.c45 * masks in the U8_FETCH, U16_FETCH, PREV_TWO and NEXT_TWO as needed.
60 #define U16_FETCH(p) U8_FETCH_FIRST(p) + U8_FETCH_SECOND(p+1) macro
97 sum += U16_FETCH(startp);
286 #undef U16_FETCH macro

Completed in 54 milliseconds