OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ETH_HLEN
(Results
1 - 25
of
44
) sorted by null
1
2
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
ethernet.h
55
#define ETHER_HDR_LEN
ETH_HLEN
/* total octets in header */
/development/ndk/platforms/android-3/include/linux/
if_ether.h
18
#define
ETH_HLEN
14
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ether.h
32
#define
ETH_HLEN
14 /* Total octets in header. */
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_ether.h
18
#define
ETH_HLEN
14
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_ether.h
18
#define
ETH_HLEN
14
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if_ether.h
18
#define
ETH_HLEN
14
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_ether.h
18
#define
ETH_HLEN
14
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
if_ether.h
18
#define
ETH_HLEN
14
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
if_ether.h
18
#define
ETH_HLEN
14
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
if_ether.h
18
#define
ETH_HLEN
14
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
if_ether.h
18
#define
ETH_HLEN
14
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
if_ether.h
18
#define
ETH_HLEN
14
/external/grub/netboot/
tiara.c
171
len = s +
ETH_HLEN
;
181
while (s++ < ETH_ZLEN -
ETH_HLEN
) /* pad */
etherboot.h
60
#define MAX_BOOTP_EXTLEN (ETH_FRAME_LEN -
ETH_HLEN
- \
96
#define
ETH_HLEN
14 /* Size of ethernet header */
104
#define ETH_MAX_MTU (ETH_FRAME_LEN -
ETH_HLEN
\
main.c
367
tr = (struct tftp_t *) &nic.packet[
ETH_HLEN
];
747
unsigned int protohdrlen = (
ETH_HLEN
+ sizeof (struct iphdr)
764
if (nic.packetlen >=
ETH_HLEN
)
773
if (nic.packetlen >=
ETH_HLEN
+ sizeof (struct arprequest)
778
arpreply = (struct arprequest *) &nic.packet[
ETH_HLEN
];
824
&& nic.packetlen >=
ETH_HLEN
+ sizeof (struct arprequest)
827
arpreply = (struct arprequest *) &nic.packet[
ETH_HLEN
];
848
ip = (struct iphdr *) &nic.packet[
ETH_HLEN
];
870
udp = (struct udphdr *) &nic.packet[(
ETH_HLEN
880
&nic.packet[(
ETH_HLEN
+ sizeof (struct iphdr
[
all
...]
3c595.c
174
printf("{l=%d,t=%hX}",s+
ETH_HLEN
,t);
180
len=s+
ETH_HLEN
; /* actual length of packet */
epic100.c
319
memcpy(txp +
ETH_HLEN
, data, len);
321
len +=
ETH_HLEN
;
ni5010.c
251
len = s +
ETH_HLEN
;
264
while (s++ < ETH_ZLEN -
ETH_HLEN
) /* Pad to min size */
/external/libpcap/
pcap-dos.h
24
#define
ETH_HLEN
(2*ETH_ALEN+2) /* Ether header length */
27
#define ETH_MAX (ETH_MTU+
ETH_HLEN
)
/bionic/libc/kernel/common/linux/
if_ether.h
18
#define
ETH_HLEN
14
/external/iproute2/include/linux/
if_ether.h
32
#define
ETH_HLEN
14 /* Total octets in header. */
/external/qemu/slirp/
slirp.c
565
#define
ETH_HLEN
14
600
struct arphdr *ah = (struct arphdr *)(pkt +
ETH_HLEN
);
601
uint8_t arp_reply[
ETH_HLEN
+ sizeof(struct arphdr)];
603
struct arphdr *rah = (struct arphdr *)(arp_reply +
ETH_HLEN
);
657
if (pkt_len <
ETH_HLEN
)
676
m->m_data += 2 +
ETH_HLEN
;
677
m->m_len -= 2 +
ETH_HLEN
;
692
if (ip_data_len +
ETH_HLEN
> sizeof(buf))
696
uint8_t arp_req[
ETH_HLEN
+ sizeof(struct arphdr)];
698
struct arphdr *rah = (struct arphdr *)(arp_req +
ETH_HLEN
);
[
all
...]
/external/kernel-headers/original/linux/
if_ether.h
32
#define
ETH_HLEN
14 /* Total octets in header. */
/external/qemu/slirp-android/
slirp.c
654
#define
ETH_HLEN
14
689
struct arphdr *ah = (struct arphdr *)(pkt +
ETH_HLEN
);
690
uint8_t arp_reply[
ETH_HLEN
+ sizeof(struct arphdr)];
692
struct arphdr *rah = (struct arphdr *)(arp_reply +
ETH_HLEN
);
750
if (pkt_len <
ETH_HLEN
)
769
m->m_data += 2 +
ETH_HLEN
;
770
m->m_len -= 2 +
ETH_HLEN
;
785
if (ip_data_len +
ETH_HLEN
> sizeof(buf))
789
uint8_t arp_req[
ETH_HLEN
+ sizeof(struct arphdr)];
791
struct arphdr *rah = (struct arphdr *)(arp_req +
ETH_HLEN
);
[
all
...]
/external/dhcpcd/
lpf.c
42
# define BPF_ETHCOOK -
ETH_HLEN
Completed in 474 milliseconds
1
2