Home
last modified time | relevance | path

Searched refs:print_interface (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sbin/pfctl/
H A Dpfctl_altq.c265 struct node_queue_bw *bw, int print_interface, in print_queue() argument
278 if (print_interface) in print_queue()
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_io.c233 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