Home
last modified time | relevance | path

Searched defs:FIRST_16 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c1323 #define FIRST_16(x) ((x) & 0xFFFF) macro
1326 #define FIRST_16(x) (((x) >> 16) & 0xFFFF) macro