OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ether_header
(Results
1 - 25
of
63
) sorted by null
1
2
3
/external/tcpdump/
ether.h
47
struct
ether_header
{
struct
55
* compilers may pad "struct
ether_header
" to a multiple of 4 bytes,
56
* for example, so "sizeof (struct
ether_header
)" may not give the right
print-ether.c
82
register const struct
ether_header
*ep;
83
ep = (const struct
ether_header
*)bp;
109
struct
ether_header
*ep;
123
ep = (struct
ether_header
*)p;
print-ipfc.c
84
struct
ether_header
ehdr;
print-token.c
105
struct
ether_header
ehdr;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
ethernet.h
118
BWL_PRE_PACKED_STRUCT struct
ether_header
{
struct
202
struct
ether_header
t; \
203
t = *(struct
ether_header
*)(s); \
204
*(struct
ether_header
*)(d) = t; \
eapol.h
33
struct
ether_header
eth; /* 802.3/Ethernet header */
bcmevent.h
85
struct
ether_header
eth;
91
#define BCM_MSG_LEN (sizeof(bcm_event_t) - sizeof(bcmeth_hdr_t) - sizeof(struct
ether_header
))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
ethernet.h
39
struct
ether_header
struct
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
ethernet.h
39
struct
ether_header
struct
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
ethernet.h
39
struct
ether_header
struct
/external/ppp/pppd/plugins/rp-pppoe/
pppoe.h
81
#define ethhdr
ether_header
95
#define ethhdr
ether_header
/bionic/libc/include/net/
if_ether.h
73
struct
ether_header
{
struct
/development/ndk/platforms/android-3/include/net/
if_ether.h
73
struct
ether_header
{
struct
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/net/
if_ether.h
71
struct
ether_header
{
struct
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/net/
if_ether.h
71
struct
ether_header
{
struct
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/net/
if_ether.h
71
struct
ether_header
{
struct
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/net/
if_ether.h
71
struct
ether_header
{
struct
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/net/
if_ether.h
71
struct
ether_header
{
struct
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/net/
if_ether.h
71
struct
ether_header
{
struct
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/net/
if_ether.h
71
struct
ether_header
{
struct
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/net/
if_ether.h
71
struct
ether_header
{
struct
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/net/
if_ether.h
71
struct
ether_header
{
struct
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/net/
if_ether.h
73
struct
ether_header
{
struct
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/net/
if_ether.h
73
struct
ether_header
{
struct
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/net/
if_ether.h
73
struct
ether_header
{
struct
Completed in 1015 milliseconds
1
2
3