Lines Matching refs:addr
1197 * for address `addr' (in network byte order).
1200 * network as `addr'. If we find any, we OR in their netmask to the
1203 u32_t get_mask(u32_t addr) {
1207 addr = lwip_htonl(addr);
1208 if (IP_CLASSA(addr)) { /* determine network mask for address class */
1210 } else if (IP_CLASSB(addr)) {
1226 LWIP_UNUSED_ARG(addr);
1233 ip6.addr[0] = PP_HTONL(0xfe800000); \
1234 ip6.addr[1] = 0; \
1235 eui64_copy(eui64, ip6.addr[2]); \