Searched refs:print_interface (Results 1 – 2 of 2) sorted by relevance
265 struct node_queue_bw *bw, int print_interface, in print_queue() argument278 if (print_interface) in print_queue()
233 static void print_interface (const endpt *, const char *, const char *);234 #define DPRINT_INTERFACE(level, args) do { if (debug >= (level)) { print_interface args; } } while …575 print_interface(const endpt *iface, const char *pfx, const char *sfx) in print_interface() function