HomeSort by relevance Sort by last modified time
    Searched refs:T_SOA (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_update.c 145 qtype = T_SOA;
151 if (qtype == T_SOA) {
225 if (qtype == T_SOA) {
254 if (type != T_SOA || class != qclass) {
300 type != T_SOA ||
324 type == T_SOA && class == qclass) {
res_mkupdate.c 220 if (numrrs != 1 || rrecp->r_type != T_SOA)
264 case T_SOA:
277 if (rrecp->r_type == T_SOA) {
res_debug.c 398 {T_SOA, "SOA", "start of authority"},
  /bionic/libc/include/arpa/
nameser_compat.h 126 #define T_SOA ns_t_soa
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser_compat.h 186 #define T_SOA ns_t_soa
  /external/dnsmasq/src/
nameser.h 143 #define T_SOA 6 /* start of authority zone */
rfc1035.c 492 if ((qclass == C_IN) && (qtype == T_SOA)) {
724 if (qtype == T_NS || qtype == T_SOA) return F_QUERY | F_BIGNAME;
    [all...]
  /external/tcpdump/
nameser.h 129 #define T_SOA 6 /* start of authority zone */
print-domain.c 254 { T_SOA, "SOA" }, /* RFC 1035 */
436 case T_SOA:

Completed in 199 milliseconds