Searched refs:agent_options (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | stables.c | 171 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 D | mdb.c | 1270 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 D | db.c | 236 if (lease -> agent_options) { 242 for (p = lease -> agent_options -> first; p; p = p -> cdr) {
|
| H A D | dhcpleasequery.c | 539 if (lease->agent_options != NULL) { in dhcpleasequery() 546 lease->agent_options; in dhcpleasequery()
|
| H A D | dhcp.c | 190 if (!lease -> agent_options) in dhcp() 233 lease -> agent_options, MDL); in dhcp() 3072 if (lease -> agent_options) 3073 option_chain_head_reference (< -> agent_options, 3074 lease -> agent_options, MDL); 3108 if (lt -> agent_options) 3109 option_chain_head_dereference (< -> agent_options, MDL); 3111 (< -> agent_options,
|
| H A D | omapi.c | 496 if (lease->agent_options) in dhcp_lease_destroy() 497 option_chain_head_dereference (&lease->agent_options, in dhcp_lease_destroy()
|
| H A D | confpars.c | 3527 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 D | dhcpd.h | 381 struct agent_options { struct 382 struct agent_options *next; argument 578 struct option_chain_head *agent_options; member
|