Home
last modified time | relevance | path

Searched refs:DNETDEBUG_IF (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/
H A Ddebugnet.c564 DNETDEBUG_IF(ifp, "discard frame without packet header\n"); in debugnet_input_one()
568 DNETDEBUG_IF(ifp, in debugnet_input_one()
576 DNETDEBUG_IF(ifp, "ignoring vlan packets\n"); in debugnet_input_one()
580 DNETDEBUG_IF(ifp, "failed to get hw addr for interface\n"); in debugnet_input_one()
586 DNETDEBUG_IF(ifp, in debugnet_input_one()
603 DNETDEBUG_IF(ifp, "dropping unknown ethertype %hu\n", etype); in debugnet_input_one()
H A Ddebugnet_int.h38 #define DNETDEBUG_IF(i, f, ...) do { \ macro