Searched refs:add_agent_options (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/relay/tests/
H A Drelay_unittests.c35 extern int add_agent_options;
137 /* Make sure an empty packet is harmless. We set add_agent_options = 1
139 add_agent_options = 1;
148 * - When add_agent_options is false, the output option data is the
150 * - When add_agent_options is true, 0 length relay agent option has
152 * - When add_agent_options is true, a relay agent option has
185 /* When add_agent_options = 0, no change should occur */
186 add_agent_options = 0;
197 /* When add_agent_options = 1, it should remove the eight byte
199 add_agent_options
[all...]
/netbsd-current/external/mpl/dhcp/dist/relay/
H A Ddhcrelay.c68 int add_agent_options = 0; /* If nonzero, add relay agent options. */ variable
450 add_agent_options = 1;
508 add_agent_options = 1;
575 add_agent_options = 1;
1053 if (!add_agent_options)
1252 if (!add_agent_options)

Completed in 62 milliseconds