Searched refs:RRFIXEDSZ (Results 1 – 14 of 14) sorted by relevance
99 if (aptr + RRFIXEDSZ > abuf + alen) in ares_parse_mx_reply()107 aptr += RRFIXEDSZ; in ares_parse_mx_reply()
104 if (aptr + RRFIXEDSZ > abuf + alen) in ares_parse_srv_reply()112 aptr += RRFIXEDSZ; in ares_parse_srv_reply()
106 if (aptr + RRFIXEDSZ > abuf + alen) in ares_parse_txt_reply()114 aptr += RRFIXEDSZ; in ares_parse_txt_reply()
103 if ( aptr + RRFIXEDSZ > abuf + alen ) in ares_parse_ns_reply()112 aptr += RRFIXEDSZ; in ares_parse_ns_reply()
100 if (aptr + RRFIXEDSZ > abuf + alen) in ares_parse_ptr_reply()109 aptr += RRFIXEDSZ; in ares_parse_ptr_reply()
133 if (aptr + RRFIXEDSZ > abuf + alen) in ares_parse_a_reply()143 aptr += RRFIXEDSZ; in ares_parse_a_reply()
133 if (aptr + RRFIXEDSZ > abuf + alen) in ares_parse_aaaa_reply()143 aptr += RRFIXEDSZ; in ares_parse_aaaa_reply()
134 #define RRFIXEDSZ NS_RRFIXEDSZ macro
563 if (aptr + RRFIXEDSZ > abuf + alen) in display_rr()575 aptr += RRFIXEDSZ; in display_rr()
106 #define RRFIXEDSZ 10 /* #/bytes of fixed data in r record */ macro
160 #define DNSMASQ_PACKETSZ PACKETSZ+MAXDNAME+RRFIXEDSZ
741 unsigned char *packet = whine_malloc(65536 + MAXDNAME + RRFIXEDSZ); in tcp_request()
97 #define RRFIXEDSZ 10 /* #/bytes of fixed data in r record */ macro
71 #define RRFIXEDSZ 10 macro