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

/freebsd-9.3-release/lib/libstand/
H A Darp.c115 ah->arp_pln = sizeof(ah->arp_spa); /* protocol address length */
118 bcopy(&d->myip, ah->arp_spa, sizeof(ah->arp_spa));
208 ah->arp_pln != sizeof(ah->arp_spa) )
236 ah->arp_spa, sizeof(ah->arp_spa)))
268 arp->arp_pln != sizeof(arp->arp_spa) )
298 bcopy(arp->arp_spa, arp->arp_tpa, sizeof(arp->arp_tpa));
301 bcopy(&d->myip, arp->arp_spa, sizeof(arp->arp_spa));
[all...]
H A Drarp.c101 ap->arp_pln = sizeof(ap->arp_spa); /* protocol address length */
118 bcopy(ap->arp_spa, (char *)&rootip, sizeof(rootip));
193 ap->arp_pln != sizeof(ap->arp_spa) )
H A Dif_ether.h102 u_int8_t arp_spa[4]; /* sender protocol address */ member in struct:ether_arp
/freebsd-9.3-release/sys/netinet/
H A Dif_ether.h82 u_char arp_spa[4]; /* sender protocol address */ member in struct:ether_arp
/freebsd-9.3-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2110 ep->arp_spa[0] = 0xc0;
2111 ep->arp_spa[1] = 0xa8;
2112 ep->arp_spa[2] = 0x0a;
2113 ep->arp_spa[3] = 0x04;
/freebsd-9.3-release/usr.sbin/rarpd/
H A Drarpd.c827 * arp_spa is undefined.
838 * arp_spa is the protocol address of the responder (see the note below).
843 * Note that the requirement that arp_spa be filled in with the responder's
846 * address pair (arp_spa, arp_sha) may eliminate the need for a subsequent
872 bcopy((char *)&ii->ii_ipaddr, (char *)ap->arp_spa, 4);

Completed in 169 milliseconds