Searched refs:ea_hdr (Results 1 – 2 of 2) sorted by relevance
79 struct arphdr ea_hdr; /* fixed-size header */ member85 #define arp_hrd ea_hdr.ar_hrd86 #define arp_pro ea_hdr.ar_pro87 #define arp_hln ea_hdr.ar_hln88 #define arp_pln ea_hdr.ar_pln89 #define arp_op ea_hdr.ar_op
2092 ep->ea_hdr.ar_hrd = htons(ARPHRD_ETHER); in xnb_add_mbuf_cksum_arp()2093 ep->ea_hdr.ar_pro = htons(ETHERTYPE_IP); in xnb_add_mbuf_cksum_arp()2094 ep->ea_hdr.ar_hln = 6; in xnb_add_mbuf_cksum_arp()2095 ep->ea_hdr.ar_pln = 4; in xnb_add_mbuf_cksum_arp()2096 ep->ea_hdr.ar_op = htons(ARPOP_REQUEST); in xnb_add_mbuf_cksum_arp()