Home
last modified time | relevance | path

Searched refs:dhcp_max_agent_option_packet_length (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/mpl/dhcp/dist/relay/
H A Ddhcrelay.c94 int dhcp_max_agent_option_packet_length = DHCP_MTU_MIN; variable
520 dhcp_max_agent_option_packet_length = atoi(argv[i]); in main()
522 if (dhcp_max_agent_option_packet_length > DHCP_MTU_MAX) in main()
1260 max = ((u_int8_t *)packet) + dhcp_max_agent_option_packet_length; in add_relay_agent_options()
1303 if (mms < dhcp_max_agent_option_packet_length && in add_relay_agent_options()
/netbsd/external/mpl/dhcp/dist/server/
H A Ddhcpd.c108 int dhcp_max_agent_option_packet_length = DHCP_MTU_MAX; variable
/netbsd/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2146 extern int dhcp_max_agent_option_packet_length;
/netbsd/external/mpl/dhcp/dist/client/
H A Ddhclient.c65 int dhcp_max_agent_option_packet_length = 0; variable