Searched refs:EVDNS_BASE_INITIALIZE_NAMESERVERS (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/libevent/include/event2/
H A Ddns.h207 #define EVDNS_BASE_INITIALIZE_NAMESERVERS 1 macro
220 @param flags any of EVDNS_BASE_INITIALIZE_NAMESERVERS|
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Ddns.h207 #define EVDNS_BASE_INITIALIZE_NAMESERVERS 1 macro
220 @param flags any of EVDNS_BASE_INITIALIZE_NAMESERVERS|
/freebsd-13-stable/contrib/libevent/
H A Devdns.c3951 flags = EVDNS_BASE_INITIALIZE_NAMESERVERS;
3954 "you meant EVDNS_BASE_INITIALIZE_NAMESERVERS.");
3958 if (flags & EVDNS_BASE_INITIALIZE_NAMESERVERS) {
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devdns.c3949 flags = EVDNS_BASE_INITIALIZE_NAMESERVERS;
3952 "you meant EVDNS_BASE_INITIALIZE_NAMESERVERS.");
3956 if (flags & EVDNS_BASE_INITIALIZE_NAMESERVERS) {

Completed in 95 milliseconds