Home
last modified time | relevance | path

Searched defs:arp_eth_header (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
Dflow.h228 struct arp_eth_header { struct
229 __be16 ar_hrd; /* format of hardware address */
230 __be16 ar_pro; /* format of protocol address */
231 unsigned char ar_hln; /* length of hardware address */
232 unsigned char ar_pln; /* length of protocol address */
233 __be16 ar_op; /* ARP opcode (command) */
236 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */
237 unsigned char ar_sip[4]; /* sender IP address */
238 unsigned char ar_tha[ETH_ALEN]; /* target hardware address */
239 unsigned char ar_tip[4]; /* target IP address */
/kernel/linux/linux-6.6/net/openvswitch/
Dflow.h242 struct arp_eth_header { struct
243 __be16 ar_hrd; /* format of hardware address */
244 __be16 ar_pro; /* format of protocol address */
245 unsigned char ar_hln; /* length of hardware address */
246 unsigned char ar_pln; /* length of protocol address */
247 __be16 ar_op; /* ARP opcode (command) */
250 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */
251 unsigned char ar_sip[4]; /* sender IP address */
252 unsigned char ar_tha[ETH_ALEN]; /* target hardware address */
253 unsigned char ar_tip[4]; /* target IP address */