OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:linktype
(Results
1 - 9
of
9
) sorted by null
/external/ppp/pppd/include/
pcap-int.h
71
int
linktype
;
member in struct:pcap
/external/libpcap/
pcap.h
90
* LINKTYPE_ values, as defined in "savefile.c", in the "
linktype
"
120
bpf_u_int32
linktype
; /* data link type (LINKTYPE_*) */
member in struct:pcap_file_header
pcap1.h
87
* LINKTYPE_ values, as defined in "savefile.c", in the "
linktype
"
138
bpf_u_int32
linktype
; /* data link type (LINKTYPE_*) */
member in struct:pcap1_info_packet
pcap-int.h
150
int
linktype
;
member in struct:pcap
gencode.c
796
static int
linktype
;
variable
802
linktype
= pcap_datalink(p);
838
switch (
linktype
) {
[
all
...]
savefile.c
557
int
linktype
;
member in struct:linktype_map
824
return (map[i].
linktype
);
836
linktype_to_dlt(int
linktype
)
840
for (i = 0; map[i].
linktype
!= -1; i++) {
841
if (map[i].
linktype
==
linktype
)
850
return
linktype
;
854
sf_write_header(FILE *fp, int
linktype
, int thiszone, int snaplen)
865
hdr.
linktype
=
linktype
;
1414
int
linktype
;
local
1448
int
linktype
;
local
[
all
...]
/external/grub/netboot/
3c90x.c
686
unsigned short
linktype
;
local
801
linktype
= 0x0008;
805
linktype
= 0x0006;
810
linktype
= 0x0005;
815
linktype
= 0x0003;
820
linktype
= 0x0001;
825
linktype
= 0x0006;
830
linktype
= 0x0008;
835
linktype
= 0x0008;
840
linktype
= 0x0008
[
all
...]
/external/qemu/
net.c
1936
uint32_t
linktype
;
member in struct:pcap_file_hdr
[
all
...]
net-android.c
2040
uint32_t
linktype
;
member in struct:pcap_file_hdr
[
all
...]
Completed in 934 milliseconds