Home
last modified time | relevance | path

Searched refs:option_cache (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/mpl/dhcp/dist/common/
H A Doptions.c50 struct option_cache **opp);
57 struct option_cache *op = NULL;
132 struct option_cache *op = NULL, *nop = NULL;
569 struct option_cache *op; in cons_options()
770 op = (struct option_cache *)(pp->car); in cons_options()
791 op = (struct option_cache *)(pp->car); in cons_options()
900 vsio_options(struct option_cache *oc, in vsio_options()
1064 struct option_cache *oc; in store_options6()
1263 struct option_cache *oc; in store_options()
1386 struct option_cache *tm in store_options()
3539 fqdn6_option_space_foreach(struct packet * packet,struct lease * lease,struct client_state * client_state,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,struct universe * u,void * stuff,void (* func)(struct option_cache *,struct packet *,struct lease *,struct client_state *,struct option_state *,struct option_state *,struct binding_scope **,struct universe *,void *)) fqdn6_option_space_foreach() argument
3753 option_space_foreach(struct packet * packet,struct lease * lease,struct client_state * client_state,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,struct universe * u,void * stuff,void (* func)(struct option_cache *,struct packet *,struct lease *,struct client_state *,struct option_state *,struct option_state *,struct binding_scope **,struct universe *,void *)) option_space_foreach() argument
3772 suboption_foreach(struct packet * packet,struct lease * lease,struct client_state * client_state,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,struct universe * u,void * stuff,void (* func)(struct option_cache *,struct packet *,struct lease *,struct client_state *,struct option_state *,struct option_state *,struct binding_scope **,struct universe *,void *),struct option_cache * oc,const char * vsname) suboption_foreach() argument
3796 hashed_option_space_foreach(struct packet * packet,struct lease * lease,struct client_state * client_state,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,struct universe * u,void * stuff,void (* func)(struct option_cache *,struct packet *,struct lease *,struct client_state *,struct option_state *,struct option_state *,struct binding_scope **,struct universe *,void *)) hashed_option_space_foreach() argument
3978 linked_option_space_foreach(struct packet * packet,struct lease * lease,struct client_state * client_state,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,struct universe * u,void * stuff,void (* func)(struct option_cache *,struct packet *,struct lease *,struct client_state *,struct option_state *,struct option_state *,struct binding_scope **,struct universe *,void *)) linked_option_space_foreach() argument
[all...]
H A Dalloc.c141 option_cache_dereference ((struct option_cache **)
619 struct option_cache *free_option_caches;
625 struct option_cache *o, *n; in relinquish_free_option_caches()
628 n = (struct option_cache *)(o -> expression); in relinquish_free_option_caches()
631 free_option_caches = (struct option_cache *)0; in relinquish_free_option_caches()
636 struct option_cache **cptr; in option_cache_allocate()
640 struct option_cache *rval;
645 (struct option_cache *)(rval -> expression);
648 rval = dmalloc (sizeof (struct option_cache), file, line);
657 struct option_cache **ptr; in option_cache_reference()
[all …]
H A Dtree.c155 struct option_cache **oc; in make_const_option_cache()
368 int option_cache (struct option_cache **oc, struct data_string *dp, in option_cache() function
2713 struct option_cache *oc;
2748 struct option_cache *oc;
H A Dparse.c2114 struct option_cache *cache;
2229 cache = (struct option_cache *)0;
2788 struct option_cache *oc; in parse_zone()
4935 if (expr && !option_cache (&(*result)->data.option,
5249 struct option_cache **oc; in parse_option_decl()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Dstatement.h67 struct option_cache *option;
68 struct option_cache *supersede;
69 struct option_cache *prepend;
70 struct option_cache *append;
H A Ddhcpd.h387 struct option_cache { struct
389 struct option_cache *next; argument
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 *,
[all …]
H A Dtree.h296 struct option_cache; /* forward */
305 struct option_cache *(*lookup_func) (struct universe *,
309 struct option_cache *, isc_boolean_t);
314 void (*) (struct option_cache *, struct packet *,
H A Dfailover.h264 struct option_cache *peer_address;
328 struct option_cache *address;
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcpv6.c125 struct option_cache *oc,
135 struct option_cache *ia);
137 struct option_cache *ia);
139 struct option_cache *addr);
156 struct option_cache *ia_pd);
159 struct option_cache *pref);
410 struct option_cache *oc; in set_server_duid_from_option()
541 struct option_cache *oc; in get_client_id()
574 struct option_cache *oc; in valid_client_msg()
666 struct option_cache *oc; in valid_client_resp()
[all …]
H A Ddhcp.c104 struct option_cache *oc; in dhcp()
467 struct option_cache *oc;
490 oc = (struct option_cache *)0;
787 struct option_cache *oc;
948 struct option_cache *oc;
1097 struct option_cache *oc;
1196 struct option_cache *noc = NULL;
1533 oc = (struct option_cache *)0;
1551 oc = (struct option_cache *)0;
1798 struct option_cache *oc = (struct option_cache *)0;
[all …]
H A Ddhcpleasequery.c153 struct option_cache *oc; in dhcpleasequery()
783 struct option_cache *oc; in get_lq_query()
814 struct option_cache *oc; in valid_query_msg()
923 struct option_cache *oc; in process_lq_by_address()
1071 struct option_cache *oc; in dhcpv6_leasequery()
H A Dbootp.c56 struct option_cache *oc;
232 oc = (struct option_cache *)0;
H A Ddb.c237 struct option_cache *oc;
243 oc = (struct option_cache *)p -> car;
H A Dconfpars.c375 struct option_cache *cache;
1017 option_cache (&cp -> address,
3064 parse_fixed_addr_param(struct option_cache **oc, in parse_fixed_addr_param()
3114 status = option_cache(oc, NULL, expr, NULL, MDL); in parse_fixed_addr_param()
3152 struct option_cache *oc; in parse_lease_declaration()
3518 oc = (struct option_cache *)0; in parse_lease_declaration()
3537 option_cache_reference (((struct option_cache **) in parse_lease_declaration()
4679 struct option_cache **oc; in parse_allow_deny()
4739 status = option_cache(oc, NULL, data, option, MDL);
H A Dddns.c114 struct option_cache *oc; in ddns_updates()
2273 struct option_cache *oc = NULL; in get_conflict_mask()
H A Dldap.c1111 struct option_cache *oc; in _do_lookup_dhcp_string_option()
1144 struct option_cache *oc; in _do_lookup_dhcp_int_option()
1172 struct option_cache *oc; in _do_lookup_dhcp_enum_option()
H A Dmdb6.c2660 struct option_cache *oc = NULL; in set_eui_64()
2864 struct option_cache *oc; in find_hosts_by_haddr6()
/netbsd-src/external/mpl/dhcp/dist/tests/
H A Dt_api_dhcp.c48 parse_allow_deny(struct option_cache **oc, struct parse *p, int i) { in parse_allow_deny()
/netbsd-src/external/mpl/dhcp/dist/client/
H A Dclparse.c1230 struct option_cache *oc;
1308 oc = (struct option_cache *)0;
1376 struct option_cache *oc = NULL; in parse_client6_lease_statement()
1614 struct option_cache *oc = NULL; in parse_client6_ia_na_statement()
1742 struct option_cache *oc = NULL; in parse_client6_ia_ta_statement()
1850 struct option_cache *oc = NULL; in parse_client6_ia_pd_statement()
1977 struct option_cache *oc = NULL; in parse_client6_iaaddr_statement()
2085 struct option_cache *oc = NULL; in parse_client6_iaprefix_statement()
2303 struct option_cache **oc; in parse_allow_deny()
H A Ddhclient.c1336 struct option_cache *oc;
1541 struct option_cache *oc;
1808 struct option_cache *oc;
2057 struct option_cache *oc; in forw_dhcpv4_response()
2174 struct option_cache *op; in recv_dhcpv4_response()
2360 struct option_cache *oc;
3278 struct option_cache *oc; in forw_dhcpv4_query()
3348 u_int8_t *type, struct option_cache *sid, in make_client_options()
3353 struct option_cache *oc; in make_client_options()
3507 lease, &discover, (struct option_cache *)0,
[all …]
H A Ddhc6.c425 struct option_cache *oc; in valid_reply()
595 struct option_cache *oc; in dhc6_leaseify()
714 struct option_cache *oc; in dhc6_parse_ia_na()
839 struct option_cache *oc; in dhc6_parse_ia_ta()
941 struct option_cache *oc; in dhc6_parse_ia_pd()
1063 struct option_cache *oc; in dhc6_parse_addrs()
1177 struct option_cache *oc; in dhc6_parse_prefixes()
2527 struct option_cache *oc; in dhc6_get_status_code()
5189 struct option_cache *oc; in do_refresh6()
5593 struct option_cache *oc; in dhc6_check_irt()
[all …]
/netbsd-src/external/mpl/dhcp/dist/dhcpctl/
H A Dcltest.c53 int parse_allow_deny (struct option_cache **oc, struct parse *cfile, int flag) in parse_allow_deny()
H A Dcltest2.c286 int parse_allow_deny (struct option_cache **oc, struct parse *cfile, int flag) in parse_allow_deny()
H A Domshell.c70 int parse_allow_deny (struct option_cache **oc, struct parse *cfile, int flag) in parse_allow_deny()
/netbsd-src/external/mpl/dhcp/dist/relay/
H A Ddhcrelay.c1896 struct option_cache *oc; in process_down6()
2144 parse_allow_deny(struct option_cache **oc, struct parse *p, int i) { in parse_allow_deny()

12