Home
last modified time | relevance | path

Searched refs:SOCK_PACKET (Results 1 – 25 of 27) sorted by relevance

12

/external/strace/xlat/
Dsocktypes.h65 #if defined(SOCK_PACKET) || (defined(HAVE_DECL_SOCK_PACKET) && HAVE_DECL_SOCK_PACKET)
67 static_assert((SOCK_PACKET) == (10), "SOCK_PACKET != 10");
70 # define SOCK_PACKET 10
89 XLAT(SOCK_PACKET),
Dsocktypes.in12 SOCK_PACKET 10
/external/python/cpython2/Lib/plat-linux2/
DIN.py481 SOCK_PACKET = 10 variable
482 SOCK_MAX = (SOCK_PACKET+1)
/external/ppp/pppd/plugins/rp-pppoe/
Dif.c116 stype = SOCK_PACKET; in openInterface()
Dpppoe-discovery.c121 stype = SOCK_PACKET; in openInterface()
/external/syzkaller/sys/linux/
Dsocket_ppc64le.const225 SOCK_PACKET = 10
Dsocket_386.const225 SOCK_PACKET = 10
Dsocket_arm64.const225 SOCK_PACKET = 10
Dsocket_arm.const225 SOCK_PACKET = 10
Dsocket_amd64.const225 SOCK_PACKET = 10
Dsocket.txt43 socket_type = SOCK_STREAM, SOCK_DGRAM, SOCK_RAW, SOCK_RDM, SOCK_SEQPACKET, SOCK_DCCP, SOCK_PACKET, …
/external/python/cpython2/Lib/plat-atheos/
DIN.py698 SOCK_PACKET = 10 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1457 SOCK_PACKET = 0xa const
Dzerrors_linux_mipsle.go1751 SOCK_PACKET = 0xa const
Dzerrors_linux_s390x.go1811 SOCK_PACKET = 0xa const
Dzerrors_linux_arm.go1757 SOCK_PACKET = 0xa const
Dzerrors_linux_ppc64le.go1807 SOCK_PACKET = 0xa const
Dzerrors_linux_mips64.go1751 SOCK_PACKET = 0xa const
Dzerrors_linux_ppc64.go1807 SOCK_PACKET = 0xa const
Dzerrors_linux_amd64.go1751 SOCK_PACKET = 0xa const
Dzerrors_linux_mips64le.go1751 SOCK_PACKET = 0xa const
Dzerrors_linux_386.go1750 SOCK_PACKET = 0xa const
Dzerrors_linux_mips.go1751 SOCK_PACKET = 0xa const
Dzerrors_linux_arm64.go1741 SOCK_PACKET = 0xa const
/external/libpcap/
Dpcap-linux.c6597 handle->fd = socket(PF_INET, SOCK_PACKET, htons(ETH_P_ALL));

12