Searched refs:first_octet (Results 1 – 1 of 1) sorted by relevance
1113 u8_t first_octet = ip4_addr1(&dhcp->offered_ip_addr); in dhcp_bind() local1114 if (first_octet <= 127) { in dhcp_bind()1116 } else if (first_octet >= 192) { in dhcp_bind()