Searched refs:RIPNG_DEBUG_RECV (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripngd/
H A Dripng_debug.h31 #define RIPNG_DEBUG_RECV 0x40 macro
41 #define IS_RIPNG_DEBUG_RECV (ripng_debug_packet & RIPNG_DEBUG_RECV)
H A Dripng_debug.c92 ripng_debug_packet |= RIPNG_DEBUG_RECV;
109 ripng_debug_packet |= RIPNG_DEBUG_RECV;
128 ripng_debug_packet |= RIPNG_DEBUG_RECV;
188 ripng_debug_packet &= ~RIPNG_DEBUG_RECV;

Completed in 98 milliseconds