Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dif_ether.h78 struct ether_arp { struct
79 struct arphdr ea_hdr; /* fixed-size header */
80 u_char arp_sha[ETHER_ADDR_LEN]; /* sender hardware address */
81 u_char arp_spa[4]; /* sender protocol address */
82 u_char arp_tha[ETHER_ADDR_LEN]; /* target hardware address */
83 u_char arp_tpa[4]; /* target protocol address */