Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dif_arp.h132 struct arphdr struct
134 __be16 ar_hrd; /* format of hardware address */
135 __be16 ar_pro; /* format of protocol address */
136 unsigned char ar_hln; /* length of hardware address */
137 unsigned char ar_pln; /* length of protocol address */
138 __be16 ar_op; /* ARP opcode (command) */
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/net/
H A Dif_arp.h55 struct arphdr struct
57 unsigned short int ar_hrd; /* Format of hardware address. */
58 unsigned short int ar_pro; /* Format of protocol address. */
59 unsigned char ar_hln; /* Length of hardware address. */
60 unsigned char ar_pln; /* Length of protocol address. */
61 unsigned short int ar_op; /* ARP opcode (command). */