Home
last modified time | relevance | path

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

/freebsd-src/sys/net/
H A Dif_arp.h45 struct arphdr { struct
46 u_short ar_hrd; /* format of hardware address */
52 u_short ar_pro; /* format of protocol address */
53 u_char ar_hln; /* length of hardware address */
54 u_char ar_pln; /* length of protocol address */
55 u_short ar_op; /* one of: */
80 (sizeof(struct arphdr) + 2*(ar_hln) + 2*(ar_pln)) argument