Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Ddhcp.h211 #define DHCP_OPTION_LEASE_TIME 51 /* RFC 2132 9.2, time in seconds, in 4 bytes */ macro
/external/toybox/toys/pending/
Ddhcp.c106 #define DHCP_OPTION_LEASE_TIME 0x33 macro
973 while (*opt != DHCP_OPTION_LEASE_TIME) { in get_option_lease()
/external/syslinux/core/lwip/src/core/
Ddhcp.c1406 case(DHCP_OPTION_LEASE_TIME): in dhcp_parse_reply()