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

/opensolaris-onvv-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 +
/opensolaris-onvv-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)) {
/opensolaris-onvv-gate/usr/src/uts/common/netinet/
H A Darp.h31 struct ether_arp { struct
H A Dif_ether.h43 struct ether_arp { struct
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/netinet/
H A Dif_ether.h63 struct ether_arp { struct
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h548 struct ether_arp fcip_inarp_data;

Completed in 101 milliseconds