Home
last modified time | relevance | path

Searched defs:arp_hdr (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dnet.h399 struct arp_hdr { struct
400 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];
/openbmc/linux/include/linux/
H A Dif_arp.h25 static inline struct arphdr *arp_hdr(const struct sk_buff *skb) in arp_hdr() function
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dwl12xx_80211.h126 struct arphdr arp_hdr; member
H A Dcmd.c1221 struct arphdr *arp_hdr; in wl1271_cmd_build_arp_rsp() local