Searched refs:IFF_DEBUG (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/ppp-786.1.1/Family/
H A Dppp_domain.h80 if (ifnet_flags(ifp) & IFF_DEBUG) { \
H A Dppp_link.c70 #define LKIFFDEBUG(lk) (LKIFNET(lk) ? ifnet_flags(LKIFNET(lk)) & IFF_DEBUG : 0 )
75 if (LKIFNET(lk) && (ifnet_flags(LKIFNET(lk)) & IFF_DEBUG)) { \
H A Dppp_comp.c377 ifnet_unit(wan->net), 0, wan->mru, ifnet_flags(wan->net) & IFF_DEBUG)) {
386 ifnet_unit(wan->net), 0, ifnet_mtu(wan->net), ifnet_flags(wan->net) & IFF_DEBUG)) {
H A Dppp_if.c755 if (flags & 1) flags16 |= IFF_DEBUG; // general purpose debugging
758 ifnet_set_flags(ifp, flags16, IFF_DEBUG + PPP_LOG_INPKT + PPP_LOG_OUTPKT);
764 if (flags16 & IFF_DEBUG) flags |= 1;
H A Dppp_serial.c128 #define LKIFFDEBUG(lk) (LKIFNET(lk) ? ifnet_flags(LKIFNET(lk)) & IFF_DEBUG : 0 )
133 if (LKIFNET(lk) && (ifnet_flags(LKIFNET(lk)) & IFF_DEBUG)) { \
/macosx-10.10/libpcap-48/libpcap/Win32/Include/net/
H A Dif.h84 #define IFF_DEBUG 0x4 /* turn on debugging */
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif.h142 #define IFF_DEBUG 0x4 /* turn on debugging */ macro
/macosx-10.10/network_cmds-457/ifconfig.tproj/
H A Difconfig.c1485 DEF_CMD("debug", IFF_DEBUG, setifflags),
1486 DEF_CMD("-debug", -IFF_DEBUG, setifflags),
/macosx-10.10/emacs-93/emacs/src/
H A Dprocess.c3652 #ifdef IFF_DEBUG
3653 { IFF_DEBUG, "debug" },

Completed in 419 milliseconds