Home
last modified time | relevance | path

Searched refs:IFF_DEBUG (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/net/
H A Dif.h94 #define IFF_DEBUG 0x4 /* turn on debugging */ macro
/dragonfly/sys/net/sppp/
H A Dif_spppsubr.c246 int debug = ifp->if_flags & IFF_DEBUG
461 int debug = ifp->if_flags & IFF_DEBUG; in sppp_input()
676 int debug = ifp->if_flags & IFF_DEBUG; in sppp_output_serialized()
2872 int rlen, origlen, debug = ifp->if_flags & IFF_DEBUG; in sppp_ipcp_RCR()
3087 int debug = ifp->if_flags & IFF_DEBUG; in sppp_ipcp_RCN_rej()
3137 int debug = ifp->if_flags & IFF_DEBUG; in sppp_ipcp_RCN_nak()
3359 int rlen, origlen, debug = ifp->if_flags & IFF_DEBUG; in sppp_ipv6cp_RCR()
3527 int debug = ifp->if_flags & IFF_DEBUG; in sppp_ipv6cp_RCN_rej()
3577 int debug = ifp->if_flags & IFF_DEBUG; in sppp_ipv6cp_RCN_nak()
/dragonfly/sys/net/lagg/
H A Dif_lagg.c503 if (sc->sc_ifflags & IFF_DEBUG) in lagg_capabilities()
1111 if (sc->sc_ifflags & IFF_DEBUG) in lagg_ioctl()
1479 if (sc->sc_ifflags & IFF_DEBUG) in lagg_media_change()
1999 if (sc->sc_ifflags & IFF_DEBUG) in lagg_lb_porttable()
/dragonfly/sys/dev/netif/lnc/
H A Dlance.c472 if (ifp->if_flags & IFF_DEBUG) in lance_ioctl()
/dragonfly/sbin/ifconfig/
H A Difconfig.c1455 DEF_CMD("debug", IFF_DEBUG, setifflags),
1456 DEF_CMD("-debug", -IFF_DEBUG, setifflags),
/dragonfly/sys/net/sl/
H A Dif_sl.c794 if (sc->sc_if.if_flags & IFF_DEBUG) { in slinput()
/dragonfly/sys/net/wg/
H A Dif_wg.c129 if (sc->sc_ifp->if_flags & IFF_DEBUG) \
/dragonfly/usr.sbin/route6d/
H A Droute6d.c2336 IFFLAG("DEBUG", IFF_DEBUG); in ifflags()