Searched defs:arphdr (Results 1 – 7 of 7) sorted by relevance
144 struct arphdr { struct145 __be16 ar_hrd; /* format of hardware address */146 __be16 ar_pro; /* format of protocol address */147 unsigned char ar_hln; /* length of hardware address */148 unsigned char ar_pln; /* length of protocol address */149 __be16 ar_op; /* ARP opcode (command) */
22 struct arphdr { struct23 uint16_t ar_hrd;24 uint16_t ar_pro;25 uint8_t ar_hln;26 uint8_t ar_pln;27 uint16_t ar_op;