Searched refs:ipaddr (Results 1 – 2 of 2) sorted by relevance
90 #define ETHER_MAP_IP_MULTICAST(ipaddr, enaddr) \ argument97 (enaddr)[3] = ((u_int8_t *)ipaddr)[1] & 0x7f; \98 (enaddr)[4] = ((u_int8_t *)ipaddr)[2]; \99 (enaddr)[5] = ((u_int8_t *)ipaddr)[3]; \
16 __be32 ipaddr; /* the IP address of the shortcut */ member