Home
last modified time | relevance | path

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

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