Home
last modified time | relevance | path

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

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