Home
last modified time | relevance | path

Searched defs:arphdr (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_arp.h144 struct arphdr { struct
145 __be16 ar_hrd; /* format of hardware address */
146 __be16 ar_pro; /* format of protocol address */
147 unsigned char ar_hln; /* length of hardware address */
148 unsigned char ar_pln; /* length of protocol address */
149 __be16 ar_op; /* ARP opcode (command) */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_arp.h144 struct arphdr { struct
145 __be16 ar_hrd; /* format of hardware address */
146 __be16 ar_pro; /* format of protocol address */
147 unsigned char ar_hln; /* length of hardware address */
148 unsigned char ar_pln; /* length of protocol address */
149 __be16 ar_op; /* ARP opcode (command) */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_arp.h144 struct arphdr { struct
145 __be16 ar_hrd; /* format of hardware address */
146 __be16 ar_pro; /* format of protocol address */
147 unsigned char ar_hln; /* length of hardware address */
148 unsigned char ar_pln; /* length of protocol address */
149 __be16 ar_op; /* ARP opcode (command) */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/net/
H A Dif_arp.h53 struct arphdr struct
55 unsigned short int ar_hrd; /* Format of hardware address. */
56 unsigned short int ar_pro; /* Format of protocol address. */
57 unsigned char ar_hln; /* Length of hardware address. */
58 unsigned char ar_pln; /* Length of protocol address. */
59 unsigned short int ar_op; /* ARP opcode (command). */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/net/
H A Dif_arp.h53 struct arphdr struct
55 unsigned short int ar_hrd; /* Format of hardware address. */
56 unsigned short int ar_pro; /* Format of protocol address. */
57 unsigned char ar_hln; /* Length of hardware address. */
58 unsigned char ar_pln; /* Length of protocol address. */
59 unsigned short int ar_op; /* ARP opcode (command). */
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Darp_tables.c82 static inline int arp_packet_match(const struct arphdr *arphdr, in arp_packet_match()
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Ddistributed-arp-table.c1062 struct arphdr *arphdr; in batadv_arp_get_type() local
H A Dbridge_loop_avoidance.c1090 struct arphdr *arphdr; in batadv_bla_process_claim() local