Searched refs:DPRINT_INTERFACE (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/ntp/ntpd/ |
| H A D | ntp_io.c | 236 #define DPRINT_INTERFACE(level, args) do { if (debug >= (level)) { print_interface args; } } while … macro 238 #define DPRINT_INTERFACE(level, args) do {} while (0) macro 1037 DPRINT_INTERFACE(2, (wildif, "created ", "\n")); in create_wildcards() 1089 DPRINT_INTERFACE(2, (wildif, "created ", "\n")); in create_wildcards() 1735 DPRINT_INTERFACE(4, (&enumep, "examining ", "\n")); in update_interfaces() 1853 DPRINT_INTERFACE(4, (ep, "updating ", " present\n")); in update_interfaces() 1917 DPRINT_INTERFACE(3, in update_interfaces() 1921 DPRINT_INTERFACE(3, in update_interfaces() 1949 DPRINT_INTERFACE(3, (ep, "updating ", in update_interfaces() 2149 DPRINT_INTERFACE(2, (iface, "created ", "\n")); in create_interface() [all …]
|