Home
last modified time | relevance | path

Searched refs:ether_arp (Results 1 – 12 of 12) sorted by last modified time

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h548 struct ether_arp fcip_inarp_data;
/illumos-gate/usr/src/uts/common/netinet/
H A Dif_ether.h42 struct ether_arp { struct
H A Darp.h31 struct ether_arp { struct
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_aarp.c52 struct ether_arp *ap = (struct ether_arp *)data; in interpret_aarp()
57 if (alen < sizeof (struct ether_arp)) { in interpret_aarp()
88 if (alen < sizeof (struct ether_arp)) { in interpret_aarp()
/illumos-gate/usr/src/lib/varpd/libvarpd/common/
H A Dlibvarpd_arp.c42 struct ether_arp *vaq_ea;
68 struct ether_arp *ea; in libvarpd_plugin_proxy_arp()
91 otl->otl_pktsize < sizeof (struct ether_arp) || in libvarpd_plugin_proxy_arp()
615 struct ether_arp *ea; in libvarpd_inject_arp()
636 ea = (struct ether_arp *)(buf + bsize); in libvarpd_inject_arp()
637 bsize += sizeof (struct ether_arp); in libvarpd_inject_arp()
/illumos-gate/usr/src/boot/libsa/
H A Drarp.c65 struct ether_arp *ap; in rarp_getipaddress()
70 struct ether_arp arp; in rarp_getipaddress()
149 struct ether_arp *ap; in rarprecv()
160 if (n == -1 || n < sizeof(struct ether_arp)) { in rarprecv()
H A Darp.c74 struct ether_arp *ah; in arpwhohas()
80 struct ether_arp arp; in arpwhohas()
163 struct ether_arp *ah; in arprecv()
175 if (n == -1 || n < sizeof (struct ether_arp)) { in arprecv()
253 struct ether_arp *arp = pkt; in arp_reply()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1665 struct ether_arp *ea; in revarp_start()
1704 if ((bp = allocb(sizeof (struct ether_arp), BPRI_HI)) == NULL) { in revarp_start()
1729 bzero(bp->b_wptr, sizeof (struct ether_arp)); in revarp_start()
1730 ea = (struct ether_arp *)bp->b_wptr; in revarp_start()
1731 bp->b_wptr += sizeof (struct ether_arp); in revarp_start()
1758 struct ether_arp *ea; in revarpinput()
1811 ea = (struct ether_arp *)bp->b_rptr; in revarpinput()
/illumos-gate/usr/src/stand/lib/inet/
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.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 Dethernet_inet.h46 extern int ether_arp(struct in_addr *, void *, uint32_t);
/illumos-gate/usr/src/boot/include/netinet/
H A Dif_ether.h79 struct ether_arp { struct