Home
last modified time | relevance | path

Searched refs:PACKET_LOOPBACK (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Daf_packet_types.h41 #if defined(PACKET_LOOPBACK) || (defined(HAVE_DECL_PACKET_LOOPBACK) && HAVE_DECL_PACKET_LOOPBACK)
43 static_assert((PACKET_LOOPBACK) == (5), "PACKET_LOOPBACK != 5");
46 # define PACKET_LOOPBACK 5
78 [PACKET_LOOPBACK] = XLAT(PACKET_LOOPBACK),
Daf_packet_types.in7 PACKET_LOOPBACK 5
/external/iproute2/include/uapi/linux/
Dif_packet.h30 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
/external/kernel-headers/original/uapi/linux/
Dif_packet.h31 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
/external/scapy/scapy/arch/
Dlinux.py88 PACKET_LOOPBACK = 5 # MC/BRD frame looped back variable
/external/python/cpython2/Modules/
Dsocketmodule.c4842 #ifdef PACKET_LOOPBACK
4843 PyModule_AddIntMacro(m, PACKET_LOOPBACK);
/external/python/cpython3/Modules/
Dsocketmodule.c7441 #ifdef PACKET_LOOPBACK
7442 PyModule_AddIntMacro(m, PACKET_LOOPBACK);