Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Ddhcp.c975 u8_t first_octet = ip4_addr1(&dhcp->offered_ip_addr); in dhcp_bind() local
976 if (first_octet <= 127) { in dhcp_bind()
978 } else if (first_octet >= 192) { in dhcp_bind()