Searched defs:option_cache (Results 1 – 3 of 3) sorted by relevance
/minix3/external/bsd/dhcp/dist/common/ |
H A D | options.c | 3279 void (*func)(struct option_cache *, in fqdn6_option_space_foreach() 3490 void option_space_foreach (struct packet *packet, struct lease *lease, in option_space_foreach() 3509 void suboption_foreach (struct packet *packet, struct lease *lease, in suboption_foreach() 3533 void hashed_option_space_foreach (struct packet *packet, struct lease *lease, in hashed_option_space_foreach() 3715 void linked_option_space_foreach (struct packet *packet, struct lease *lease, in linked_option_space_foreach()
|
H A D | tree.c | 368 int option_cache (struct option_cache **oc, struct data_string *dp, in option_cache() function
|
/minix3/external/bsd/dhcp/dist/includes/ |
H A D | dhcpd.h | 350 struct option_cache { struct 352 struct option_cache *next; argument 353 struct expression *expression; 354 struct option *option; 355 struct data_string data; 358 u_int32_t flags;
|