Home
last modified time | relevance | path

Searched refs:NOERROR (Results 1 – 9 of 9) sorted by relevance

/external/tcpdump/
Dnameser.h120 #ifdef NOERROR
121 #undef NOERROR
127 #define NOERROR 0 /* no error */ macro
/external/dnsmasq/src/
Dnameser.h128 #define NOERROR 0 /* no error */ macro
Drfc1035.c915 header->rcode = NOERROR; /* empty domain */ in setup_reply()
920 header->rcode = NOERROR; in setup_reply()
928 header->rcode = NOERROR; in setup_reply()
1594 header->rcode = NOERROR; /* no error */ in answer_request()
Dforward.c401 if (header->opcode != QUERY || (header->rcode != NOERROR && header->rcode != NXDOMAIN)) in process_reply()
405 if (!header->ra && header->rcode == NOERROR && ntohs(header->ancount) == 0 && in process_reply()
432 header->rcode = NOERROR; in process_reply()
/external/wpa_supplicant/
Dndis_events.c168 return NOERROR; in ndis_events_query_interface()
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Dndis_events.c168 return NOERROR; in ndis_events_query_interface()
/external/wpa_supplicant_8/src/drivers/
Dndis_events.c168 return NOERROR; in ndis_events_query_interface()
/external/chromium/chrome/browser/ui/views/
Dshell_dialogs_win.cc804 if (SHGetDesktopFolder(shell_folder.Receive()) == NOERROR) { in RunSelectFolderDialog()
/external/dnsmasq/
DCHANGELOG.archive2367 not the correct NOERROR. Thanks to Lars Nooden for