Searched refs:temp_addr (Results 1 – 1 of 1) sorted by relevance
690 u_int32_t temp_addr, us, them = src; in accept_neighbor_request() local719 #define PUT_ADDR(a) temp_addr = ntohl(a); \ in accept_neighbor_request()720 *p++ = temp_addr >> 24; \ in accept_neighbor_request()721 *p++ = (temp_addr >> 16) & 0xFF; \ in accept_neighbor_request()722 *p++ = (temp_addr >> 8) & 0xFF; \ in accept_neighbor_request()723 *p++ = temp_addr & 0xFF; in accept_neighbor_request()