Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ip/
H A Dipcsum.c49 #define U8_FETCH_FIRST(p) ((p)[0]) macro
54 #define U8_FETCH_FIRST(p) ((uint32_t)((p)[0]) << 8) macro
60 #define U16_FETCH(p) U8_FETCH_FIRST(p) + U8_FETCH_SECOND(p+1)
103 sum += U8_FETCH_FIRST(startp);
283 #undef U8_FETCH_FIRST