Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipcsum.c46 #define U8_FETCH_FIRST(p) ((p)[0]) macro
51 #define U8_FETCH_FIRST(p) ((uint32_t)((p)[0]) << 8) macro
57 #define U16_FETCH(p) U8_FETCH_FIRST(p) + U8_FETCH_SECOND(p+1)
100 sum += U8_FETCH_FIRST(startp);
280 #undef U8_FETCH_FIRST