Home
last modified time | relevance | path

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

/minix3/sys/net/
H A Dif_arp.h46 struct arphdr { struct
47 uint16_t ar_hrd; /* format of hardware address */
54 uint16_t ar_pro; /* format of protocol address */
55 uint8_t ar_hln; /* length of hardware address */
56 uint8_t ar_pln; /* length of protocol address */
57 uint16_t ar_op; /* one of: */
69 uint8_t ar_sha[]; /* sender hardware address */
70 uint8_t ar_spa[]; /* sender protocol address */
71 uint8_t ar_tha[]; /* target hardware address */
72 uint8_t ar_tpa[]; /* target protocol address */