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