Searched refs:fddi_fc (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/tcpdump/
H A Dfddi.h35 u_char fddi_fc; /* frame control */ member in struct:fddi_header
48 /* Useful values for fddi_fc (frame control) field */
H A Dprint-fddi.c226 fddip->fddi_fc,
232 (void) print_fddi_fc(fddip->fddi_fc);
269 if ((fddip->fddi_fc & FDDIFC_CLFF) == FDDIFC_LLC_ASYNC) {
287 } else if ((fddip->fddi_fc & FDDIFC_CLFF) == FDDIFC_SMT)
/freebsd-10.3-release/sys/net/
H A Dfddi.h85 u_char fddi_fc; member in struct:fddi_header
H A Dif_fddisubr.c254 switch (fh->fddi_fc & (FDDIFC_C|FDDIFC_L|FDDIFC_F)) {
257 if ((fh->fddi_fc & FDDIFC_Z) > 7)
263 if (fh->fddi_fc & FDDIFC_Z)
269 if ((fh->fddi_fc & FDDIFC_Z) == 0)
313 fh->fddi_fc = FDDIFC_LLC_ASYNC|FDDIFC_LLC_PRIO4;
451 if ((fh->fddi_fc & FDDIFC_LLC_PRIO7) == FDDIFC_LLC_PRIO0)
/freebsd-10.3-release/sys/dev/pdq/
H A Dpdq_ifsubr.c254 if (drop || (fh->fddi_fc & (FDDIFC_L|FDDIFC_F)) != FDDIFC_LLC_ASYNC) {

Completed in 153 milliseconds