Home
last modified time | relevance | path

Searched refs:PACKET_FASTROUTE (Results 1 – 17 of 17) sorted by relevance

/external/iproute2/include/uapi/linux/
Dif_packet.h34 #define PACKET_FASTROUTE 6 /* Fastrouted frame */ macro
/external/kernel-headers/original/uapi/linux/
Dif_packet.h34 #define PACKET_FASTROUTE 6 /* Fastrouted frame */ macro
/external/scapy/scapy/arch/
Dlinux.py91 PACKET_FASTROUTE = 6 # Fastrouted frame variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go953 PACKET_FASTROUTE = 0x6 const
Dzerrors_linux_mips64le.go1195 PACKET_FASTROUTE = 0x6 const
Dzerrors_linux_ppc64.go1196 PACKET_FASTROUTE = 0x6 const
Dzerrors_linux_arm.go1194 PACKET_FASTROUTE = 0x6 const
Dzerrors_linux_mips64.go1195 PACKET_FASTROUTE = 0x6 const
Dzerrors_linux_ppc64le.go1196 PACKET_FASTROUTE = 0x6 const
Dzerrors_linux_arm64.go1197 PACKET_FASTROUTE = 0x6 const
Dzerrors_linux_386.go1196 PACKET_FASTROUTE = 0x6 const
Dzerrors_linux_mips.go1195 PACKET_FASTROUTE = 0x6 const
Dzerrors_linux_s390x.go1194 PACKET_FASTROUTE = 0x6 const
Dzerrors_linux_mipsle.go1195 PACKET_FASTROUTE = 0x6 const
Dzerrors_linux_amd64.go1196 PACKET_FASTROUTE = 0x6 const
/external/python/cpython2/Modules/
Dsocketmodule.c4845 #ifdef PACKET_FASTROUTE
4846 PyModule_AddIntMacro(m, PACKET_FASTROUTE);
/external/python/cpython3/Modules/
Dsocketmodule.c7078 #ifdef PACKET_FASTROUTE
7079 PyModule_AddIntMacro(m, PACKET_FASTROUTE);