Searched refs:FDDIFC_Z (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/net/
H A Dfddi.h49 #define FDDIFC_Z 0x0F /* 0b00001111 */ macro
H A Dif_fddisubr.c201 if ((fh->fddi_fc & FDDIFC_Z) > 7)
206 /* FDDIFC_Z bits reserved, must be zero */
207 if (fh->fddi_fc & FDDIFC_Z)
212 /* FDDIFC_Z bits must be non zero */
213 if ((fh->fddi_fc & FDDIFC_Z) == 0)
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-fddi.c62 #define FDDIFC_Z 0x0f /* Control bits */ macro

Completed in 133 milliseconds