Searched defs:arphdr (Results 1 – 8 of 8) 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) */
53 struct arphdr struct55 unsigned short int ar_hrd; /* Format of hardware address. */56 unsigned short int ar_pro; /* Format of protocol address. */57 unsigned char ar_hln; /* Length of hardware address. */58 unsigned char ar_pln; /* Length of protocol address. */59 unsigned short int ar_op; /* ARP opcode (command). */
82 static inline int arp_packet_match(const struct arphdr *arphdr, in arp_packet_match()
1062 struct arphdr *arphdr; in batadv_arp_get_type() local
1090 struct arphdr *arphdr; in batadv_bla_process_claim() local