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

/illumos-gate/usr/src/stand/lib/inet/
H A Dethernet_inet.h46 extern int ether_arp(struct in_addr *, void *, uint32_t);
H A Dmac.c176 mac_state.mac_arp = ether_arp;
201 mac_state.mac_arp = ether_arp;
225 mac_state.mac_arp = ether_arp;
253 mac_state.mac_arp = ether_arp;
H A Dethernet.c63 struct ether_arp arp_ea;
64 #define USED_SIZE (sizeof (struct ether_header) + sizeof (struct ether_arp))
65 char filler[ETHERMIN - sizeof (struct ether_arp)];
210 ether_arp(struct in_addr *ip, void *hap, uint32_t timeout) function
418 sizeof (struct ether_arp))) {
421 struct ether_arp *ea;
428 ea = (struct ether_arp *)(mac_state.mac_buf +
/illumos-gate/usr/src/boot/lib/libstand/
H A Drarp.c67 struct ether_arp *ap;
71 struct ether_arp arp;
78 struct ether_arp arp;
163 struct ether_arp *ap;
173 if (n == -1 || n < sizeof(struct ether_arp)) {
189 ap = (struct ether_arp *)pkt;
H A Darp.c77 struct ether_arp *ah;
82 struct ether_arp arp;
89 struct ether_arp arp;
176 struct ether_arp *ah;
186 if (n == -1 || n < sizeof(struct ether_arp)) {
204 ah = (struct ether_arp *)pkt;
263 struct ether_arp *arp = pkt;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_aarp.c54 struct ether_arp *ap = (struct ether_arp *)data;
59 if (alen < sizeof (struct ether_arp)) {
90 if (alen < sizeof (struct ether_arp)) {
/illumos-gate/usr/src/uts/common/netinet/
H A Darp.h31 struct ether_arp { struct
H A Dif_ether.h43 struct ether_arp { struct
/illumos-gate/usr/src/lib/libbc/inc/include/netinet/
H A Dif_ether.h63 struct ether_arp { struct
/illumos-gate/usr/src/boot/include/netinet/
H A Dif_ether.h79 struct ether_arp { struct
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1602 struct ether_arp *ea;
1641 if ((bp = allocb(sizeof (struct ether_arp), BPRI_HI)) == NULL) {
1666 bzero(bp->b_wptr, sizeof (struct ether_arp));
1667 ea = (struct ether_arp *)bp->b_wptr;
1668 bp->b_wptr += sizeof (struct ether_arp);
1695 struct ether_arp *ea;
1748 ea = (struct ether_arp *)bp->b_rptr;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h548 struct ether_arp fcip_inarp_data;

Completed in 57 milliseconds