Home
last modified time | relevance | path

Searched refs:ETH_P_RARP (Results 1 – 25 of 26) sorted by relevance

12

/external/strace/xlat/
Dethernet_protocols.h342 #if defined(ETH_P_RARP) || (defined(HAVE_DECL_ETH_P_RARP) && HAVE_DECL_ETH_P_RARP)
344 static_assert((ETH_P_RARP) == (0x8035), "ETH_P_RARP != 0x8035");
347 # define ETH_P_RARP 0x8035
698 XLAT(ETH_P_RARP),
Dethernet_protocols.in50 ETH_P_RARP 0x8035 /* Reverse Addr Res packet */
/external/libnl/include/linux-private/linux/
Dif_ether.h60 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ macro
/external/iproute2/include/uapi/linux/
Dif_ether.h66 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h68 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ macro
/external/syzkaller/sys/linux/
Dvnet_arm64.const163 ETH_P_RARP = 32821
Dvnet_amd64.const163 ETH_P_RARP = 32821
Dvnet_arm.const163 ETH_P_RARP = 32821
Dvnet_386.const163 ETH_P_RARP = 32821
Dvnet_ppc64le.const163 ETH_P_RARP = 32821
/external/iproute2/tc/
Df_flower.c301 return eth_type == htons(ETH_P_ARP) || eth_type == htons(ETH_P_RARP); in flower_eth_type_arp()
990 else if (eth_type == htons(ETH_P_RARP)) in flower_print_eth_type()
/external/iputils/
Drarpd.c650 sll.sll_protocol = htons(ETH_P_RARP); in main()
/external/libnl/lib/
Dutils.c766 __ADD(ETH_P_RARP,rarp)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go423 ETH_P_RARP = 0x8035 const
Dzerrors_linux_mipsle.go459 ETH_P_RARP = 0x8035 const
Dzerrors_linux_s390x.go459 ETH_P_RARP = 0x8035 const
Dzerrors_linux_arm.go459 ETH_P_RARP = 0x8035 const
Dzerrors_linux_ppc64le.go459 ETH_P_RARP = 0x8035 const
Dzerrors_linux_mips64.go459 ETH_P_RARP = 0x8035 const
Dzerrors_linux_ppc64.go459 ETH_P_RARP = 0x8035 const
Dzerrors_linux_amd64.go459 ETH_P_RARP = 0x8035 const
Dzerrors_linux_mips64le.go459 ETH_P_RARP = 0x8035 const
Dzerrors_linux_386.go459 ETH_P_RARP = 0x8035 const
Dzerrors_linux_mips.go459 ETH_P_RARP = 0x8035 const
Dzerrors_linux_arm64.go460 ETH_P_RARP = 0x8035 const

12