Searched defs:arp_hdr (Results 1 – 4 of 4) sorted by relevance
399 struct arp_hdr { struct400 u16 ar_hrd; /* Format of hardware address */402 u16 ar_pro; /* Format of protocol address */403 u8 ar_hln; /* Length of hardware address */404 u8 ar_pln; /* Length of protocol address */406 u16 ar_op; /* Operation */418 u8 ar_data[0];
25 static inline struct arphdr *arp_hdr(const struct sk_buff *skb) in arp_hdr() function
126 struct arphdr arp_hdr; member
1221 struct arphdr *arp_hdr; in wl1271_cmd_build_arp_rsp() local