Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.c142 const uint64_t *right64 = (const uint64_t *)right; in ipv6_addr_cmp() local
143 return (left64[0] - right64[0]) | (left64[1] - right64[1]); in ipv6_addr_cmp()