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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-gw.h 35 subnet_t *NONNULL subnets; member in struct:udp_validator
  /src/external/mpl/dhcp/dist/server/
mdb.c 37 struct subnet *subnets; variable in typeref:struct:subnet
805 /* All subnets should have attached shared network structures. */
942 for (rv = subnets; rv; rv = rv -> next_subnet) {
963 for (rv = share -> subnets; rv; rv = rv -> next_sibling) {
1020 if (subnets)
1021 subnet_reference (&next, subnets, MDL);
1036 subnet_dereference (&subnets, MDL);
1037 subnet_reference (&subnets, subnet, MDL);
1050 if (subnets) {
1051 subnet_reference (&subnet -> next_subnet, subnets, MDL)
    [all...]
  /src/external/mpl/dhcp/dist/keama/
confparse.c 60 /* To map reservations to declared subnets */
69 TAILQ_HEAD(subnets, subnet) known_subnets;
71 /* To map pools to subnets inside a shared-network */
155 "declares some subnets but "
2067 /* Move pools to subnets */
2115 struct element *subnets; local
2141 subnets = createList();
2142 mapSet(share, subnets,
2177 if (listSize(subnets) == 0)
2179 if (listSize(subnets) > 1)
2348 struct element *subnets; local
2440 struct element *subnets; local
2603 struct handle *subnets = NULL; local
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 1063 struct subnet *subnets; member in struct:shared_network
3525 extern struct subnet *subnets;

Completed in 70 milliseconds