Home
last modified time | relevance | path

Searched refs:agent_options (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dstables.c171 static struct option agent_options[] = { variable
490 for (i = 0 ; agent_options[i].name ; i++) { in initialize_server_option_spaces()
492 &agent_options[i].code, 0, in initialize_server_option_spaces()
493 &agent_options[i], MDL); in initialize_server_option_spaces()
495 agent_options[i].name, 0, in initialize_server_option_spaces()
496 &agent_options[i], MDL); in initialize_server_option_spaces()
H A Dmdb.c1270 if (comp -> agent_options)
1271 option_chain_head_dereference (&comp -> agent_options, MDL);
1272 if (lease -> agent_options) {
1277 option_chain_head_reference (&comp -> agent_options,
1278 lease -> agent_options,
1280 option_chain_head_dereference (&lease -> agent_options, MDL);
1555 if (lease -> agent_options) in make_binding_state_transition()
1556 option_chain_head_dereference (&lease -> agent_options, in make_binding_state_transition()
1619 if (lease -> agent_options) in make_binding_state_transition()
1620 option_chain_head_dereference (&lease -> agent_options, in make_binding_state_transition()
[all …]
H A Ddb.c236 if (lease -> agent_options) {
242 for (p = lease -> agent_options -> first; p; p = p -> cdr) {
H A Ddhcpleasequery.c539 if (lease->agent_options != NULL) { in dhcpleasequery()
546 lease->agent_options; in dhcpleasequery()
H A Ddhcp.c190 if (!lease -> agent_options) in dhcp()
233 lease -> agent_options, MDL); in dhcp()
3072 if (lease -> agent_options)
3073 option_chain_head_reference (&lt -> agent_options,
3074 lease -> agent_options, MDL);
3108 if (lt -> agent_options)
3109 option_chain_head_dereference (&lt -> agent_options, MDL);
3111 (&lt -> agent_options,
H A Domapi.c496 if (lease->agent_options) in dhcp_lease_destroy()
497 option_chain_head_dereference (&lease->agent_options, in dhcp_lease_destroy()
H A Dconfpars.c3527 if (!lease -> agent_options && in parse_lease_declaration()
3529 (&lease -> agent_options, MDL))) { in parse_lease_declaration()
3533 for (p = &lease -> agent_options -> first; in parse_lease_declaration()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h381 struct agent_options { struct
382 struct agent_options *next; argument
578 struct option_chain_head *agent_options; member