OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sll_pkttype
(Results
1 - 23
of
23
) sorted by null
/external/libpcap/
sll.h
83
u_int16_t
sll_pkttype
; /* packet type */
member in struct:sll_header
91
* The LINUX_SLL_ values for "
sll_pkttype
"; these correspond to the
pcap-linux.c
551
if (from.
sll_pkttype
== PACKET_OUTGOING) {
598
switch (from.
sll_pkttype
) {
601
hdrp->
sll_pkttype
= htons(LINUX_SLL_HOST);
605
hdrp->
sll_pkttype
= htons(LINUX_SLL_BROADCAST);
609
hdrp->
sll_pkttype
= htons(LINUX_SLL_MULTICAST);
613
hdrp->
sll_pkttype
= htons(LINUX_SLL_OTHERHOST);
617
hdrp->
sll_pkttype
= htons(LINUX_SLL_OUTGOING);
621
hdrp->
sll_pkttype
= -1;
[
all
...]
/external/tcpdump/
sll.h
86
u_int16_t
sll_pkttype
; /* packet type */
member in struct:sll_header
94
* The LINUX_SLL_ values for "
sll_pkttype
"; these correspond to the
print-sll.c
58
printf("%3s ",tok2str(sll_pkttype_values,"?",EXTRACT_16BITS(&sllp->
sll_pkttype
)));
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netpacket/
packet.h
29
unsigned char
sll_pkttype
;
member in struct:sockaddr_ll
/bionic/libc/kernel/common/linux/
if_packet.h
28
unsigned char
sll_pkttype
;
member in struct:sockaddr_ll
/development/ndk/platforms/android-3/include/linux/
if_packet.h
28
unsigned char
sll_pkttype
;
member in struct:sockaddr_ll
/external/kernel-headers/original/linux/
if_packet.h
17
unsigned char
sll_pkttype
;
member in struct:sockaddr_ll
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_wanpipe.h
27
unsigned char
sll_pkttype
;
member in struct:wan_sockaddr_ll
if_packet.h
19
unsigned char
sll_pkttype
;
member in struct:sockaddr_ll
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_packet.h
28
unsigned char
sll_pkttype
;
member in struct:sockaddr_ll
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_packet.h
28
unsigned char
sll_pkttype
;
member in struct:sockaddr_ll
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if_packet.h
28
unsigned char
sll_pkttype
;
member in struct:sockaddr_ll
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_packet.h
28
unsigned char
sll_pkttype
;
member in struct:sockaddr_ll
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
if_packet.h
28
unsigned char
sll_pkttype
;
member in struct:sockaddr_ll
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
if_packet.h
28
unsigned char
sll_pkttype
;
member in struct:sockaddr_ll
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
if_packet.h
28
unsigned char
sll_pkttype
;
member in struct:sockaddr_ll
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
if_packet.h
28
unsigned char
sll_pkttype
;
member in struct:sockaddr_ll
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
if_packet.h
28
unsigned char
sll_pkttype
;
member in struct:sockaddr_ll
/external/wpa_supplicant/
driver_broadcom.c
332
ll.
sll_pkttype
= PACKET_HOST;
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_broadcom.c
337
ll.
sll_pkttype
= PACKET_HOST;
/external/wpa_supplicant_8/src/drivers/
driver_broadcom.c
333
ll.
sll_pkttype
= PACKET_HOST;
/external/strace/
net.c
1041
printxval(af_packet_types, addrbuf.ll.
sll_pkttype
, "?");
[
all
...]
Completed in 550 milliseconds