Searched refs:ripng_debug_packet (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.h39 #define IS_RIPNG_DEBUG_PACKET (ripng_debug_packet & RIPNG_DEBUG_PACKET)
40 #define IS_RIPNG_DEBUG_SEND (ripng_debug_packet & RIPNG_DEBUG_SEND)
41 #define IS_RIPNG_DEBUG_RECV (ripng_debug_packet & RIPNG_DEBUG_RECV)
42 #define IS_RIPNG_DEBUG_DETAIL (ripng_debug_packet & RIPNG_DEBUG_DETAIL)
47 extern unsigned long ripng_debug_packet;
H A Dripng_debug.c29 unsigned long ripng_debug_packet = 0; variable
90 ripng_debug_packet = RIPNG_DEBUG_PACKET;
91 ripng_debug_packet |= RIPNG_DEBUG_SEND;
92 ripng_debug_packet |= RIPNG_DEBUG_RECV;
105 ripng_debug_packet |= RIPNG_DEBUG_PACKET;
107 ripng_debug_packet |= RIPNG_DEBUG_SEND;
109 ripng_debug_packet |= RIPNG_DEBUG_RECV;
110 ripng_debug_packet &= ~RIPNG_DEBUG_DETAIL;
124 ripng_debug_packet |= RIPNG_DEBUG_PACKET;
126 ripng_debug_packet |
[all...]

Completed in 61 milliseconds