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

/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dvif.c696 u_int32_t temp_addr, us, them = src; local
725 #define PUT_ADDR(a) temp_addr = ntohl(a); \
726 *p++ = temp_addr >> 24; \
727 *p++ = (temp_addr >> 16) & 0xFF; \
728 *p++ = (temp_addr >> 8) & 0xFF; \
729 *p++ = temp_addr & 0xFF;

Completed in 127 milliseconds