/src/sys/netinet/ |
if_ether.h | 77 u_int8_t arp_tpa[4]; /* target protocol address */ member in struct:ether_arp
|
/src/sys/lib/libsa/ |
arp.c | 72 u_int8_t arp_tpa[4]; /* target protocol address */ member in struct:ether_arp 145 (void)memcpy(ah->arp_tpa, &addr, sizeof(ah->arp_tpa)); 300 if (memcmp(arp->arp_tpa, &d->myip, sizeof(arp->arp_tpa))) 312 (void)memcpy(arp->arp_tpa, arp->arp_spa, sizeof(arp->arp_tpa));
|
rarp.c | 71 u_int8_t arp_tpa[4]; /* target protocol address */ member in struct:ether_arp 137 (void)memcpy(&myip, ap->arp_tpa, sizeof(myip));
|
/src/sys/arch/mvme68k/stand/sboot/ |
etherfun.c | 52 rarp->arp_spa[i] = rarp->arp_tpa[i] = 0x00; 66 memcpy(myip, rarp->arp_tpa, sizeof(rarp->arp_tpa));
|
etherfun.h | 68 u_char arp_tpa[4]; /* target protocol address */ member in struct:ether_arp
|
/src/usr.sbin/rarpd/ |
rarpd.c | 756 * arp_tpa is undefined. 765 * arp_tpa is the protocol address of the target, that is, the desired address. 823 memmove((char *) ap->arp_tpa, (char *) &ipaddr, 4);
|