Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dethernet.h43 #define M_HASFCS M_PROTO5 /* FCS included at end of frame */ macro
H A Ddebugnet.c573 if ((m->m_flags & M_HASFCS) != 0) { in debugnet_input_one()
575 m->m_flags &= ~M_HASFCS; in debugnet_input_one()
H A Dif_ethersubr.c596 if (m->m_flags & M_HASFCS) { in ether_input_internal()
598 m->m_flags &= ~M_HASFCS; in ether_input_internal()