Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv4/
Ddhcp.c1113 u8_t first_octet = ip4_addr1(&dhcp->offered_ip_addr); in dhcp_bind() local
1114 if (first_octet <= 127) { in dhcp_bind()
1116 } else if (first_octet >= 192) { in dhcp_bind()