Home
last modified time | relevance | path

Searched refs:ea_hdr (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dif_ether.h79 struct arphdr ea_hdr; /* fixed-size header */ member
85 #define arp_hrd ea_hdr.ar_hrd
86 #define arp_pro ea_hdr.ar_pro
87 #define arp_hln ea_hdr.ar_hln
88 #define arp_pln ea_hdr.ar_pln
89 #define arp_op ea_hdr.ar_op
/freebsd/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2092 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()