Home | History | Annotate | Download | only in includes

Lines Matching defs:subnet

575 	struct subnet *subnet;
965 struct subnet *subnet;
1063 struct subnet *subnets;
1073 struct subnet {
1075 struct subnet *next_subnet;
1076 struct subnet *next_sibling;
1724 struct subnet *subnet; /* subnet for this pool */
2506 OMAPI_OBJECT_ALLOC_DECL (subnet, struct subnet, dhcp_type_subnet)
3525 extern struct subnet *subnets;
3551 int find_host_for_network (struct subnet **, struct host_decl **,
3555 struct subnet *, struct pool *,
3559 int find_grouped_subnet (struct subnet **, struct shared_network *,
3561 int find_subnet(struct subnet **, struct iaddr, const char *, int);
3566 int subnet_inner_than(const struct subnet *, const struct subnet *, int);
3567 void enter_subnet (struct subnet *);