Home | History | Annotate | Download | only in includes

Lines Matching defs:option_cache

387 struct option_cache {
389 struct option_cache *next;
982 not an option_cache, but it's referenced in a lot of
984 struct option_cache *fixed_addr;
1518 struct option_cache *primary;
1519 struct option_cache *secondary;
1520 struct option_cache *primary6;
1521 struct option_cache *secondary6;
1884 struct option_cache *
1889 struct option_cache *oc, isc_boolean_t appendp);
1900 void (*func)(struct option_cache *,
1936 int format_min_length(const char *, struct option_cache *);
1952 struct option_cache *, enum statement_op);
1953 struct option_cache *lookup_option (struct universe *,
1955 struct option_cache *lookup_hashed_option (struct universe *,
1958 struct option_cache *next_hashed_option(struct universe *,
1960 struct option_cache *);
1970 struct option_cache *);
1972 struct option_cache *);
1974 struct option_cache *, isc_boolean_t appendp);
1978 int option_cache_dereference (struct option_cache **,
1987 struct binding_scope **, struct option_cache *);
2019 void (*) (struct option_cache *, struct packet *,
2024 struct option_cache *, const char *);
2031 void (*) (struct option_cache *,
2044 void (*) (struct option_cache *,
2062 struct option_cache *, isc_boolean_t appendp);
2069 void (*) (struct option_cache *,
2084 struct option_cache *lookup_linked_option (struct universe *,
2220 int parse_fixed_addr_param (struct option_cache **,
2316 int parse_allow_deny (struct option_cache **, struct parse *, int);
2325 int make_const_option_cache (struct option_cache **, struct buffer **,
2341 int option_cache (struct option_cache **, struct data_string *,
2375 struct option_cache *,
2383 struct option_cache *,
2568 int option_cache_allocate (struct option_cache **, const char *, int);
2569 int option_cache_reference (struct option_cache **,
2570 struct option_cache *, const char *, int);
2622 void dump_packet_option (struct option_cache *, struct packet *,
3020 struct option_cache *, struct iaddr *,
3029 void write_lease_option (struct option_cache *, struct packet *,
3041 void client_option_envadd (struct option_cache *, struct packet *,
3187 int parse_option_decl (struct option_cache **, struct parse *);
3917 int (*parse_allow_deny) (struct option_cache **, struct parse *, int);