Searched refs:rtrmac (Results 1 – 1 of 1) sorted by relevance
120 unsigned char* rtrmac = 0; variable1103 if ((dlen == 36 || dlen == PADDED_ARPLEN) && rtrmac == (unsigned char*) 1) { in stuff_for_us()1104 rtrmac = (unsigned char *) malloc(6); in stuff_for_us()1105 if (!rtrmac) { in stuff_for_us()1110 assert( rtrmac > (unsigned char*) 1); in stuff_for_us()1112 memcpy (rtrmac, wh->i_addr3, 6); in stuff_for_us()1113 time_print("Got arp reply from (%s)\n", mac2str(rtrmac)); in stuff_for_us()1884 memcpy(wh->i_addr3, rtrmac, 6); in flood_inet()2031 if (netip && !rtrmac) { in can_write()2053 rtrmac = (unsigned char*)1; in can_write()[all …]