HomeSort by: relevance | last modified time | path
    Searched refs:DNS_IPTABLE_MAGIC (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
iptable.h 36 #define DNS_IPTABLE_MAGIC ISC_MAGIC('T', 'a', 'b', 'l')
37 #define DNS_IPTABLE_VALID(a) ISC_MAGIC_VALID(a, DNS_IPTABLE_MAGIC)
  /src/external/mpl/bind/dist/lib/dns/include/dns/
iptable.h 38 #define DNS_IPTABLE_MAGIC ISC_MAGIC('T', 'a', 'b', 'l')
39 #define DNS_IPTABLE_VALID(a) ISC_MAGIC_VALID(a, DNS_IPTABLE_MAGIC)
  /src/external/mpl/bind/dist/lib/dns/
iptable.c 33 .magic = DNS_IPTABLE_MAGIC,
  /src/external/mpl/dhcp/bind/dist/lib/dns/
iptable.c 41 tab->magic = DNS_IPTABLE_MAGIC;

Completed in 27 milliseconds