Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1963 uint32_t maclen, hlen, plen, arplen; in ipnospoof_check() local
1977 arplen = sizeof (arh_t) + 2 * hlen + 2 * plen; in ipnospoof_check()
1978 if (start + arplen > end) in ipnospoof_check()