Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dethernet.h150 const u_int16_t * __unsafe_indexable a_s = __unsafe_forge_bidi_indexable( in _ether_cmp() local
155 if (a_s[0] != b_s[0] in _ether_cmp()
156 || a_s[1] != b_s[1] in _ether_cmp()
157 || a_s[2] != b_s[2]) { in _ether_cmp()