Home
last modified time | relevance | path

Searched refs:temp_addr (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/mrouted/
H A Dvif.c690 u_int32_t temp_addr, us, them = src; in accept_neighbor_request() local
717 #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()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dgdb_c_test.c3291 unsigned long temp_id, temp_addr; in handle_trace_set() local
3298 if (!(hexToInt (&request, (unsigned long *) &temp_addr) && in handle_trace_set()
3304 if (temp_addr != (unsigned long) tdp_temp.addr) in handle_trace_set()