Home
last modified time | relevance | path

Searched refs:DHCP_OPTION_LEN (Results 1 – 2 of 2) sorted by relevance

/external/dhcpcd-6.8.2/
Ddhcp.h140 #define DHCP_OPTION_LEN (MTU_MAX - DHCP_FIXED_LEN) macro
177 uint8_t options[DHCP_OPTION_LEN]; /* message options - cookie */
Ddhcp.c180 malloc(DHCP_OPTION_LEN + in get_option()