Searched refs:temp_addr (Results 1 – 2 of 2) sorted by relevance
690 u_int32_t temp_addr, us, them = src; in accept_neighbor_request() local717 #define PUT_ADDR(a) temp_addr = ntohl(a); \ in accept_neighbor_request()718 *p++ = temp_addr >> 24; \ in accept_neighbor_request()719 *p++ = (temp_addr >> 16) & 0xFF; \ in accept_neighbor_request()720 *p++ = (temp_addr >> 8) & 0xFF; \ in accept_neighbor_request()721 *p++ = temp_addr & 0xFF; in accept_neighbor_request()
3291 unsigned long temp_id, temp_addr; in handle_trace_set() local3298 if (!(hexToInt (&request, (unsigned long *) &temp_addr) && in handle_trace_set()3304 if (temp_addr != (unsigned long) tdp_temp.addr) in handle_trace_set()