Searched defs:arp_hdr (Results 1 – 4 of 4) sorted by relevance
408 struct arp_hdr { struct409 u16 ar_hrd; /* Format of hardware address */411 u16 ar_pro; /* Format of protocol address */412 u8 ar_hln; /* Length of hardware address */413 u8 ar_pln; /* Length of protocol address */415 u16 ar_op; /* Operation */427 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
1223 struct arphdr *arp_hdr; in wl1271_cmd_build_arp_rsp() local