Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_arp.h80 struct arphdr { struct
81 u_short ar_hrd; /* format of hardware address */
87 u_short ar_pro; /* format of protocol address */
88 u_char ar_hln; /* length of hardware address */
89 u_char ar_pln; /* length of protocol address */
90 u_short ar_op; /* one of: */
102 u_char ar_sha[]; /* sender hardware address */
103 u_char ar_spa[]; /* sender protocol address */
104 u_char ar_tha[]; /* target hardware address */
105 u_char ar_tpa[]; /* target protocol address */