Symbol: ether_arp
usr/src/boot/libsa/arp.c
163
struct ether_arp *ah;
usr/src/boot/libsa/arp.c
175
if (n == -1 || n < sizeof (struct ether_arp)) {
usr/src/boot/libsa/arp.c
253
struct ether_arp *arp = pkt;
usr/src/boot/libsa/arp.c
74
struct ether_arp *ah;
usr/src/boot/libsa/arp.c
80
struct ether_arp arp;
usr/src/boot/libsa/rarp.c
149
struct ether_arp *ap;
usr/src/boot/libsa/rarp.c
160
if (n == -1 || n < sizeof(struct ether_arp)) {
usr/src/boot/libsa/rarp.c
65
struct ether_arp *ap;
usr/src/boot/libsa/rarp.c
70
struct ether_arp arp;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_aarp.c
52
struct ether_arp *ap = (struct ether_arp *)data;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_aarp.c
57
if (alen < sizeof (struct ether_arp)) {
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_aarp.c
88
if (alen < sizeof (struct ether_arp)) {
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
42
struct ether_arp *vaq_ea;
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
615
struct ether_arp *ea;
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
636
ea = (struct ether_arp *)(buf + bsize);
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
637
bsize += sizeof (struct ether_arp);
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
68
struct ether_arp *ea;
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
91
otl->otl_pktsize < sizeof (struct ether_arp) ||
usr/src/stand/lib/inet/ethernet.c
418
sizeof (struct ether_arp))) {
usr/src/stand/lib/inet/ethernet.c
421
struct ether_arp *ea;
usr/src/stand/lib/inet/ethernet.c
428
ea = (struct ether_arp *)(mac_state.mac_buf +
usr/src/stand/lib/inet/ethernet.c
63
struct ether_arp arp_ea;
usr/src/stand/lib/inet/ethernet.c
64
#define USED_SIZE (sizeof (struct ether_header) + sizeof (struct ether_arp))
usr/src/stand/lib/inet/ethernet.c
65
char filler[ETHERMIN - sizeof (struct ether_arp)];
usr/src/stand/lib/inet/ethernet_inet.h
46
extern int ether_arp(struct in_addr *, void *, uint32_t);
usr/src/stand/lib/inet/mac.c
176
mac_state.mac_arp = ether_arp;
usr/src/stand/lib/inet/mac.c
201
mac_state.mac_arp = ether_arp;
usr/src/stand/lib/inet/mac.c
225
mac_state.mac_arp = ether_arp;
usr/src/stand/lib/inet/mac.c
253
mac_state.mac_arp = ether_arp;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1665
struct ether_arp *ea;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1704
if ((bp = allocb(sizeof (struct ether_arp), BPRI_HI)) == NULL) {
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1729
bzero(bp->b_wptr, sizeof (struct ether_arp));
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1730
ea = (struct ether_arp *)bp->b_wptr;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1731
bp->b_wptr += sizeof (struct ether_arp);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1758
struct ether_arp *ea;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1811
ea = (struct ether_arp *)bp->b_rptr;
usr/src/uts/common/sys/fibre-channel/ulp/fcip.h
548
struct ether_arp fcip_inarp_data;