Home
last modified time | relevance | path

Searched refs:DHCP_MTU_MIN (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcp.h44 #define DHCP_MTU_MIN 576 macro
47 #define DHCP_MIN_OPTION_LEN (DHCP_MTU_MIN - DHCP_FIXED_LEN)
/netbsd-src/external/mpl/dhcp/dist/relay/
H A Ddhcrelay.c94 int dhcp_max_agent_option_packet_length = DHCP_MTU_MIN;
1304 mms >= DHCP_MTU_MIN) in add_relay_agent_options()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Doptions.c608 if (mms < DHCP_MTU_MIN) in cons_options()