OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ETHERTYPE_IP
(Results
1 - 25
of
84
) sorted by null
1
2
3
4
/external/libpcap/
ethertype.h
37
#ifndef
ETHERTYPE_IP
38
#define
ETHERTYPE_IP
0x0800 /* IP protocol */
nametoaddr.c
281
{ "ip",
ETHERTYPE_IP
},
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
ethernet.h
49
#define
ETHERTYPE_IP
0x0800 /* IP */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
ethernet.h
49
#define
ETHERTYPE_IP
0x0800 /* IP */
/external/tcpdump/
ethertype.h
44
#ifndef
ETHERTYPE_IP
45
#define
ETHERTYPE_IP
0x0800 /* IP protocol */
print-ether.c
36
{
ETHERTYPE_IP
, "IPv4" },
322
case
ETHERTYPE_IP
:
print-chdlc.c
76
case
ETHERTYPE_IP
:
print-arp.c
220
if ((pro !=
ETHERTYPE_IP
&& pro != ETHERTYPE_TRAIL) ||
335
if ((pro !=
ETHERTYPE_IP
&& pro != ETHERTYPE_TRAIL) ||
print-gre.c
200
case
ETHERTYPE_IP
:
/external/dhcpcd-6.8.2/
bpf-filter.h
81
BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K,
ETHERTYPE_IP
, 0, 8),
arp.c
67
ar.ar_pro = htons(
ETHERTYPE_IP
);
155
if (ar.ar_pro != htons(
ETHERTYPE_IP
))
/system/connectivity/shill/
arp_packet.cc
85
if (protocol ==
ETHERTYPE_IP
) {
146
protocol =
ETHERTYPE_IP
;
/system/connectivity/dhcp_client/
dhcpv4.cc
168
htons(
ETHERTYPE_IP
));
199
local.sll_protocol = htons(
ETHERTYPE_IP
);
292
remote.sll_protocol = htons(
ETHERTYPE_IP
);
/bionic/libc/include/net/
ethertypes.h
67
#define
ETHERTYPE_IP
0x0800 /* IP protocol */
/development/ndk/platforms/android-21/include/net/
ethertypes.h
67
#define
ETHERTYPE_IP
0x0800 /* IP protocol */
/development/ndk/platforms/android-3/include/net/
ethertypes.h
67
#define
ETHERTYPE_IP
0x0800 /* IP protocol */
/external/dnsmasq/src/
bpf.c
188
ether.ether_type = htons(
ETHERTYPE_IP
);
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/net/
ethertypes.h
67
#define
ETHERTYPE_IP
0x0800 /* IP protocol */
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/net/
ethertypes.h
67
#define
ETHERTYPE_IP
0x0800 /* IP protocol */
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/net/
ethertypes.h
67
#define
ETHERTYPE_IP
0x0800 /* IP protocol */
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/net/
ethertypes.h
67
#define
ETHERTYPE_IP
0x0800 /* IP protocol */
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/net/
ethertypes.h
67
#define
ETHERTYPE_IP
0x0800 /* IP protocol */
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/net/
ethertypes.h
67
#define
ETHERTYPE_IP
0x0800 /* IP protocol */
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/net/
ethertypes.h
67
#define
ETHERTYPE_IP
0x0800 /* IP protocol */
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/net/
ethertypes.h
67
#define
ETHERTYPE_IP
0x0800 /* IP protocol */
Completed in 942 milliseconds
1
2
3
4