Home
last modified time | relevance | path

Searched refs:HFIXEDSZ (Results 1 – 15 of 15) sorted by relevance

/external/c-ares/
Dares_mkquery.c105 len = strlen(name) + 2 + HFIXEDSZ + QFIXEDSZ; in ares_mkquery()
112 memset(q, 0, HFIXEDSZ); in ares_mkquery()
128 q += HFIXEDSZ; in ares_mkquery()
179 if (buflen > (MAXCDNAME + HFIXEDSZ + QFIXEDSZ)) { in ares_mkquery()
Dares_parse_mx_reply.c65 if (alen < HFIXEDSZ) in ares_parse_mx_reply()
77 aptr = abuf + HFIXEDSZ; in ares_parse_mx_reply()
Dares_parse_srv_reply.c70 if (alen < HFIXEDSZ) in ares_parse_srv_reply()
82 aptr = abuf + HFIXEDSZ; in ares_parse_srv_reply()
Dares_parse_txt_reply.c72 if (alen < HFIXEDSZ) in ares_parse_txt_reply()
84 aptr = abuf + HFIXEDSZ; in ares_parse_txt_reply()
Dares_parse_ns_reply.c65 if ( alen < HFIXEDSZ ) in ares_parse_ns_reply()
75 aptr = abuf + HFIXEDSZ; in ares_parse_ns_reply()
Dares_parse_ptr_reply.c64 if (alen < HFIXEDSZ) in ares_parse_ptr_reply()
74 aptr = abuf + HFIXEDSZ; in ares_parse_ptr_reply()
Dares_parse_a_reply.c77 if (alen < HFIXEDSZ) in ares_parse_a_reply()
87 aptr = abuf + HFIXEDSZ; in ares_parse_a_reply()
Dares_parse_aaaa_reply.c79 if (alen < HFIXEDSZ) in ares_parse_aaaa_reply()
89 aptr = abuf + HFIXEDSZ; in ares_parse_aaaa_reply()
Dares_send.c49 if (qlen < HFIXEDSZ || qlen >= (1 << 16)) in ares_send()
Dares_process.c547 if (alen < HFIXEDSZ) in process_answer()
1113 if (qlen < HFIXEDSZ || alen < HFIXEDSZ) in same_questions()
1123 q.p = qbuf + HFIXEDSZ; in same_questions()
1141 a.p = abuf + HFIXEDSZ; in same_questions()
Dnameser.h132 #define HFIXEDSZ NS_HFIXEDSZ macro
Dadig.c437 if (alen < HFIXEDSZ) in callback()
467 aptr = abuf + HFIXEDSZ; in callback()
/external/openssh/openbsd-compat/
Dgetrrsetbyname.h61 #ifndef HFIXEDSZ
62 #define HFIXEDSZ 12 macro
Dgetrrsetbyname.c397 memcpy(&resp->header, cp, HFIXEDSZ); in parse_dns_response()
398 cp += HFIXEDSZ; in parse_dns_response()
/external/dnsmasq/src/
Dnameser.h104 #define HFIXEDSZ 12 /* #/bytes of fixed data in header */ macro