Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_aarp.c54 struct ether_arp *ap = (struct ether_arp *)data; in interpret_aarp()
59 if (alen < sizeof (struct ether_arp)) { in interpret_aarp()
90 if (alen < sizeof (struct ether_arp)) { in interpret_aarp()
/titanic_41/usr/src/stand/lib/inet/
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) in ether_arp() function
418 sizeof (struct ether_arp))) { in ether_input()
421 struct ether_arp *ea; in ether_input()
428 ea = (struct ether_arp *)(mac_state.mac_buf + in ether_input()
H A Dmac.c176 mac_state.mac_arp = ether_arp; in mac_init()
201 mac_state.mac_arp = ether_arp; in mac_init()
225 mac_state.mac_arp = ether_arp; in mac_init()
253 mac_state.mac_arp = ether_arp; in mac_init()
H A Dethernet_inet.h46 extern int ether_arp(struct in_addr *, void *, uint32_t);
/titanic_41/usr/src/uts/common/netinet/
H A Darp.h31 struct ether_arp { struct
H A Dif_ether.h43 struct ether_arp { struct
/titanic_41/usr/src/lib/libbc/inc/include/netinet/
H A Dif_ether.h63 struct ether_arp { struct
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1602 struct ether_arp *ea; in revarp_start()
1641 if ((bp = allocb(sizeof (struct ether_arp), BPRI_HI)) == NULL) { in revarp_start()
1666 bzero(bp->b_wptr, sizeof (struct ether_arp)); in revarp_start()
1667 ea = (struct ether_arp *)bp->b_wptr; in revarp_start()
1668 bp->b_wptr += sizeof (struct ether_arp); in revarp_start()
1695 struct ether_arp *ea; in revarpinput()
1748 ea = (struct ether_arp *)bp->b_rptr; in revarpinput()
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h548 struct ether_arp fcip_inarp_data;