Searched refs:ea_hdr (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/netinet/
H A Dif_ether.h73 struct arphdr ea_hdr; /* fixed-size header */ member in struct:ether_arp
82 #define arp_hrd ea_hdr.ar_hrd
83 #define arp_pro ea_hdr.ar_pro
84 #define arp_hln ea_hdr.ar_hln
85 #define arp_pln ea_hdr.ar_pln
86 #define arp_op ea_hdr.ar_op
/netbsd-current/sys/lib/libsa/
H A Drarp.c67 struct arphdr ea_hdr; /* fixed-size header */ member in struct:ether_arp
73 #define arp_hrd ea_hdr.ar_hrd
74 #define arp_pro ea_hdr.ar_pro
75 #define arp_hln ea_hdr.ar_hln
76 #define arp_pln ea_hdr.ar_pln
77 #define arp_op ea_hdr.ar_op
H A Darp.c68 struct arphdr ea_hdr; /* fixed-size header */ member in struct:ether_arp
74 #define arp_hrd ea_hdr.ar_hrd
75 #define arp_pro ea_hdr.ar_pro
76 #define arp_hln ea_hdr.ar_hln
77 #define arp_pln ea_hdr.ar_pln
78 #define arp_op ea_hdr.ar_op
/netbsd-current/usr.sbin/rarpd/
H A Drarpd.c815 ap->ea_hdr.ar_hrd = htons(ARPHRD_ETHER);
816 ap->ea_hdr.ar_pro = htons(ETHERTYPE_IP);

Completed in 77 milliseconds