Searched refs:SBNI_MAX_FRAME (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/sbni/ | ||
H A D | if_sbnireg.h | 93 #define SBNI_MAX_FRAME 1023 macro |
H A D | if_sbni.c | 822 if ((*framelen &= FRAME_LEN_MASK) < 6 || *framelen > SBNI_MAX_FRAME - 3) in check_fhdr() |