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

/freebsd-11-stable/sys/net/
H A Dfddi.h85 u_char fddi_fc; member in struct:fddi_header
H A Dif_fddisubr.c198 switch (fh->fddi_fc & (FDDIFC_C|FDDIFC_L|FDDIFC_F)) {
201 if ((fh->fddi_fc & FDDIFC_Z) > 7)
207 if (fh->fddi_fc & FDDIFC_Z)
213 if ((fh->fddi_fc & FDDIFC_Z) == 0)
257 fh->fddi_fc = FDDIFC_LLC_ASYNC|FDDIFC_LLC_PRIO4;
395 if ((fh->fddi_fc & FDDIFC_LLC_PRIO7) == FDDIFC_LLC_PRIO0)
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-fddi.c41 u_char fddi_fc; /* frame control */ member in struct:fddi_header
54 /* Useful values for fddi_fc (frame control) field */
264 print_fddi_fc(ndo, fddip->fddi_fc);
308 if ((fddip->fddi_fc & FDDIFC_CLFF) == FDDIFC_LLC_ASYNC) {
320 } else if ((fddip->fddi_fc & FDDIFC_CLFF) == FDDIFC_SMT) {
/freebsd-11-stable/sys/dev/pdq/
H A Dpdq_ifsubr.c255 if (drop || (fh->fddi_fc & (FDDIFC_L|FDDIFC_F)) != FDDIFC_LLC_ASYNC) {

Completed in 172 milliseconds