HomeSort by: relevance | last modified time | path
    Searched defs:clear_from (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
message.c 2689 unsigned int clear_from; local
2703 clear_from = DNS_SECTION_PREREQUISITE;
2708 clear_from = DNS_SECTION_ANSWER;
2710 clear_from = DNS_SECTION_QUESTION;
2713 msgresetnames(msg, clear_from);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
message.c 2790 unsigned int clear_from; local
2804 clear_from = DNS_SECTION_PREREQUISITE;
2809 clear_from = DNS_SECTION_ANSWER;
2811 clear_from = DNS_SECTION_QUESTION;
2814 msgresetnames(msg, clear_from);

Completed in 27 milliseconds