Searched refs:DNS_RA (Results 1 – 3 of 3) sorted by relevance
316 #define DNS_RA(flags) (flags & 0x0080) /* recursion available */ macro
1009 DNS_RA(flags)? "" : "-", in domain_print()
55 #define DNS_RA(x) ((ntohs(x) & 0x0080) >> 7) macro