Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif.h144 #define IFF_DEBUG 0x4 /* (n) turn on debugging */ macro
H A Dif_spppsubr.c260 int debug = ifp->if_flags & IFF_DEBUG
520 debug = ifp->if_flags & IFF_DEBUG; in sppp_input()
782 int debug = ifp->if_flags & IFF_DEBUG; in sppp_output()
2921 int rlen, origlen, debug = ifp->if_flags & IFF_DEBUG; in sppp_ipcp_RCR()
3130 int debug = ifp->if_flags & IFF_DEBUG; in sppp_ipcp_RCN_rej()
3175 int debug = ifp->if_flags & IFF_DEBUG; in sppp_ipcp_RCN_nak()
3465 int rlen, origlen, debug = ifp->if_flags & IFF_DEBUG; in sppp_ipv6cp_RCR()
3629 int debug = ifp->if_flags & IFF_DEBUG; in sppp_ipv6cp_RCN_rej()
3675 int debug = ifp->if_flags & IFF_DEBUG; in sppp_ipv6cp_RCN_nak()
H A Dif_spppfr.c158 int debug = ifp->if_flags & IFF_DEBUG
H A Dif_lagg.c366 if (sc->sc_ifflags & IFF_DEBUG) in lagg_proto_attach()
714 if (sc->sc_ifflags & IFF_DEBUG) in lagg_capabilities()
2124 if (sc->sc_ifflags & IFF_DEBUG) in lagg_media_change()
2475 if (sc->sc_ifflags & IFF_DEBUG) in lagg_lb_porttable()
/f-stack/tools/compat/include/net/
H A Dif.h130 #define IFF_DEBUG 0x4 /* (n) turn on debugging */ macro
/f-stack/freebsd/arm64/broadcom/genet/
H A Dif_genet.c1017 if (sc->ifp->if_flags & IFF_DEBUG) in gen_encap()
1034 if (sc->ifp->if_flags & IFF_DEBUG) in gen_encap()
1311 if (ifp->if_flags & IFF_DEBUG) in gen_rxintr()
1322 if (ifp->if_flags & IFF_DEBUG) in gen_rxintr()
/f-stack/tools/ifconfig/
H A Difconfig.c1748 DEF_CMD("debug", IFF_DEBUG, setifflags),
1749 DEF_CMD("-debug", -IFF_DEBUG, setifflags),