Searched refs:IFF_DEBUG (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if.h | 144 #define IFF_DEBUG 0x4 /* (n) turn on debugging */ macro
|
| H A D | if_spppsubr.c | 260 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 D | if_spppfr.c | 158 int debug = ifp->if_flags & IFF_DEBUG
|
| H A D | if_lagg.c | 366 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 D | if.h | 130 #define IFF_DEBUG 0x4 /* (n) turn on debugging */ macro
|
| /f-stack/freebsd/arm64/broadcom/genet/ |
| H A D | if_genet.c | 1017 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 D | ifconfig.c | 1748 DEF_CMD("debug", IFF_DEBUG, setifflags), 1749 DEF_CMD("-debug", -IFF_DEBUG, setifflags),
|