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

  /src/external/mpl/bind/dist/lib/dns/
acl.c 28 #include <dns/iptable.h>
53 dns_iptable_create(acl->mctx, &acl->iptable);
61 * "any" is a positive iptable entry with bit length 0.
71 result = dns_iptable_addprefix(acl->iptable, NULL, 0, !neg);
104 if (acl == NULL || acl->iptable == NULL ||
105 acl->iptable->radix == NULL || acl->iptable->radix->head == NULL ||
106 acl->iptable->radix->head->prefix == NULL)
115 if (acl->iptable->radix->head->prefix->bitlen == 0 &&
116 acl->iptable->radix->head->data[0] != NULL &
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
acl.c 27 #include <dns/iptable.h>
55 result = dns_iptable_create(mctx, &acl->iptable);
82 * "any" is a positive iptable entry with bit length 0.
95 result = dns_iptable_addprefix(acl->iptable, NULL, 0, !neg);
128 if (acl == NULL || acl->iptable == NULL ||
129 acl->iptable->radix == NULL || acl->iptable->radix->head == NULL ||
130 acl->iptable->radix->head->prefix == NULL)
139 if (acl->iptable->radix->head->prefix->bitlen == 0 &&
140 acl->iptable->radix->head->data[0] != NULL &
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
acl.h 40 #include <dns/iptable.h>
78 #define dns_acl_node_count(acl) acl->iptable->radix->num_added_node
84 dns_iptable_t *iptable; member in struct:dns_acl
geoip.h 41 #include <dns/iptable.h>
  /src/external/mpl/bind/dist/lib/dns/include/dns/
geoip.h 40 #include <dns/iptable.h>
acl.h 41 #include <dns/iptable.h>
85 #define dns_acl_node_count(acl) acl->iptable->radix->num_added_node
91 dns_iptable_t *iptable; member in struct:dns_acl
  /src/external/mpl/bind/lib/libdns/
Makefile 49 dnssec.c ds.c ede.c fixedname.c forward.c ipkeylist.c iptable.c \
  /src/external/mpl/bind/dist/lib/isccfg/
aclconf.c 26 #include <dns/iptable.h>
768 * merged into the main iptable.
770 iptab = dacl->iptable;
775 iptab = de->nestedacl->iptable;
797 * the nestedacl element, not the iptable entry.
881 /* Iptable entry with zero bit length. */
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
aclconf.c 27 #include <dns/iptable.h>
711 * merged into the main iptable.
713 iptab = dacl->iptable;
722 iptab = de->nestedacl->iptable;
756 * the nestedacl element, not the iptable entry.
834 /* Iptable entry with zero bit length. */
  /src/external/mpl/bind/dist/lib/ns/
interfacemgr.c 866 result = dns_iptable_addprefix(localhost->iptable, netaddr, prefixlen,
897 result = dns_iptable_addprefix(localnets->iptable, netaddr, prefixlen,
  /src/external/mpl/bind/dist/bin/named/
server.c 4119 result = dns_iptable_addprefix(acl->iptable, &addr, 96, true);

Completed in 68 milliseconds