Searched refs:arphdr (Results 1 – 7 of 7) sorted by relevance
137 struct arphdr { struct159 static inline struct arphdr *arp_hdr(const struct sk_buff *skb) in arp_hdr() argument161 return (struct arphdr *)skb_network_header(skb); in arp_hdr()167 return sizeof(struct arphdr) + (dev->addr_len + sizeof(u32)) * 2; in arp_hdr_len()
254 struct arphdr *arph;
580 struct arphdr struct600 struct arphdr *ah = (struct arphdr *)(pkt + ETH_HLEN); in arp_input() argument601 uint8_t arp_reply[ETH_HLEN + sizeof(struct arphdr)]; in arp_input()603 struct arphdr *rah = (struct arphdr *)(arp_reply + ETH_HLEN); in arp_input()696 uint8_t arp_req[ETH_HLEN + sizeof(struct arphdr)]; in if_encap()698 struct arphdr *rah = (struct arphdr *)(arp_req + ETH_HLEN); in if_encap()
45 (sizeof(struct arphdr) + (2 * sizeof(uint32_t)) + (2 * HWADDR_LEN))51 struct arphdr ar; in send_arp()109 struct arphdr ar; in handle_arp_packet()
669 struct arphdr struct689 struct arphdr *ah = (struct arphdr *)(pkt + ETH_HLEN); in arp_input() argument690 uint8_t arp_reply[ETH_HLEN + sizeof(struct arphdr)]; in arp_input()692 struct arphdr *rah = (struct arphdr *)(arp_reply + ETH_HLEN); in arp_input()789 uint8_t arp_req[ETH_HLEN + sizeof(struct arphdr)]; in if_encap()791 struct arphdr *rah = (struct arphdr *)(arp_req + ETH_HLEN); in if_encap()
137 struct arphdr { struct
185 struct arphdr *ah = (struct arphdr*)buf; in send_probe()483 struct arphdr *a = (struct arphdr*)buf; in get_arp_pkt()