Searched refs:arp_op (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/ |
| H A D | 0001-zeroconf-Rename-arp_op-to-avoid-namespace-conflicts-.patch | 4 Subject: [PATCH] zeroconf: Rename arp_op to avoid namespace conflicts with C 10 This is because in musl arp_op is a define which is included 44 - short int arp_op, 53 - short int arp_op, 62 - ap.arp.ar_op = htons(arp_op);
|
| /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/netinet/ |
| H A D | if_ether.h | 82 #define arp_op ea_hdr.ar_op macro
|
| /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/netinet/ |
| H A D | if_ether.h | 82 #define arp_op ea_hdr.ar_op macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H A D | loopback.sh | 39 skip_hw arp_op reply arp_tip 192.0.2.1 action drop
|
| H A D | vxlan_asymmetric.sh | 514 flower dst_mac ff:ff:ff:ff:ff:ff arp_tip 10.1.1.102 arp_op \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/zeroconf/ |
| H A D | zeroconf_0.9.bb | 24 file://0001-zeroconf-Rename-arp_op-to-avoid-namespace-conflicts-.patch \
|
| /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 D | openvswitch.h | 443 __be16 arp_op; member
|
| /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 D | openvswitch.h | 443 __be16 arp_op; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | openvswitch.h | 453 __be16 arp_op; member
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | flow_netlink.c | 1604 if (!is_mask && (arp_key->arp_op & htons(0xff00))) { in ovs_key_from_nlattrs() 1606 arp_key->arp_op); in ovs_key_from_nlattrs() 1615 ntohs(arp_key->arp_op), is_mask); in ovs_key_from_nlattrs() 2130 arp_key->arp_op = htons(output->ip.proto); in __ovs_nla_put_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/bonding/ |
| H A D | bond_main.c | 2690 static void bond_arp_send(struct slave *slave, int arp_op, __be32 dest_ip, in bond_arp_send() argument 2699 arp_op, &dest_ip, &src_ip); in bond_arp_send() 2701 skb = arp_create(arp_op, ETH_P_ARP, dest_ip, slave_dev, src_ip, in bond_arp_send()
|