OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SOCK_PACKET
(Results
51 - 57
of
57
) sorted by null
1
2
3
/bionic/libc/include/sys/
socket.h
54
#define
SOCK_PACKET
10
61
#define
SOCK_PACKET
10
/development/ndk/sources/android/libportable/arch-mips/
socket.c
80
case SOCK_PACKET_PORTABLE: native_type |=
SOCK_PACKET
; break;
120
case
SOCK_PACKET
: portable_type |= SOCK_PACKET_PORTABLE; break;
/external/kernel-headers/original/linux/
net.h
75
* @
SOCK_PACKET
: linux specific way of getting packets at the dev level.
89
SOCK_PACKET
= 10,
92
#define SOCK_MAX (
SOCK_PACKET
+ 1)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py
481
SOCK_PACKET
= 10
482
SOCK_MAX = (
SOCK_PACKET
+1)
/external/strace/
net.c
335
#ifdef
SOCK_PACKET
336
{
SOCK_PACKET
, "
SOCK_PACKET
" },
[
all
...]
/external/libpcap/
pcap-linux.c
40
* PF_INET/
SOCK_PACKET
, which means "recvfrom()" supplies a
106
* sockets rather than
SOCK_PACKET
sockets.
300
* older kernels had a special socket type
SOCK_PACKET
to
330
* If we're using
SOCK_PACKET
, this might be a 2.0[.x] kernel,
333
if (handle->md.
sock_packet
&& (uname(&utsname) < 0 ||
336
* We're using a
SOCK_PACKET
structure, and either
341
* a
SOCK_PACKET
socket, with MSG_TRUNC set, will
390
* either because we're not using a
SOCK_PACKET
528
if (!handle->md.
sock_packet
) {
548
* address returned for
SOCK_PACKET
is a "sockaddr_pkt
[
all
...]
/external/ppp/pppd/plugins/rp-pppoe/
if.c
439
stype =
SOCK_PACKET
;
Completed in 109 milliseconds
1
2
3