Home
last modified time | relevance | path

Searched refs:PACKET_OTHERHOST (Results 1 – 11 of 11) sorted by relevance

/external/strace/xlat/
Daf_packet_types.h20 #if defined(PACKET_OTHERHOST) || (defined(HAVE_DECL_PACKET_OTHERHOST) && HAVE_DECL_PACKET_OTHERHOST)
21 XLAT(PACKET_OTHERHOST),
Daf_packet_types.in4 PACKET_OTHERHOST
/external/iproute2/tc/
Dm_skbedit.c106 ptype = PACKET_OTHERHOST; in parse_skbedit()
210 else if (*ptype == PACKET_OTHERHOST) in print_skbedit()
/external/kernel-headers/original/uapi/linux/
Dif_packet.h28 #define PACKET_OTHERHOST 3 /* To someone else */ macro
/external/iproute2/include/uapi/linux/
Dif_packet.h28 #define PACKET_OTHERHOST 3 /* To someone else */ macro
/external/ltp/testcases/network/stress/ns-tools/
Dns-common.c271 ll->sll_pkttype = PACKET_OTHERHOST; /* Packet type */ in eth_pton()
/external/android-clat/
Dclatd.c79 .sll_pkttype = PACKET_OTHERHOST, // The 464xlat IPv6 address is not assigned to the kernel. in configure_packet_socket()
/external/scapy/scapy/arch/
Dlinux.py86 PACKET_OTHERHOST = 3 # To someone else variable
/external/python/cpython2/Modules/
Dsocketmodule.c4836 #ifdef PACKET_OTHERHOST
4837 PyModule_AddIntMacro(m, PACKET_OTHERHOST);
/external/python/cpython3/Modules/
Dsocketmodule.c6804 #ifdef PACKET_OTHERHOST
6805 PyModule_AddIntMacro(m, PACKET_OTHERHOST);
/external/libpcap/
Dpcap-linux.c2803 case PACKET_OTHERHOST: