Searched defs:linktype (Results 1 - 11 of 11) sorted by relevance

/external/libpcap/
H A Dpcap-enet.c152 initdevice(char *device, int pflag, int *linktype) argument
232 *linktype = DLT_EN10MB;
H A Dpcap.h90 * 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
H A Dpcap1.h87 * 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
H A Dpcap-int.h150 int linktype; member in struct:pcap
H A Dpcap.c221 return (p->linktype);
240 **dlt_buffer = p->linktype;
269 if (p->linktype != dlt)
295 p->linktype = dlt;
300 p->linktype = dlt;
756 pcap_open_dead(int linktype, int snaplen) argument
765 p->linktype = linktype;
H A Dgencode.c796 static int linktype; variable
802 linktype = pcap_datalink(p);
838 switch (linktype) {
1316 bpf_error("unknown data link type %d", linktype);
2006 if (linktype == DLT_PPI)
2030 switch (linktype) {
2114 switch (linktype) {
2160 switch (linktype) {
2415 if (linktype == DLT_NULL || linktype
[all...]
H A Dsavefile.c557 int linktype; member in struct:linktype_map
824 return (map[i].linktype);
836 linktype_to_dlt(int linktype) argument
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) argument
865 hdr.linktype = linktype;
1381 pcap_setup_dump(pcap_t *p, int linktype, FILE *f, const char *fname) argument
1414 int linktype; local
1448 int linktype; local
[all...]
/external/ppp/pppd/include/
H A Dpcap-int.h71 int linktype; member in struct:pcap
/external/grub/netboot/
H A D3c90x.c686 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
[all...]
/external/qemu/
H A Dnet-android.c2040 uint32_t linktype; member in struct:pcap_file_hdr
2111 hdr.linktype = 1;
H A Dnet.c1936 uint32_t linktype; member in struct:pcap_file_hdr
2007 hdr.linktype = 1;

Completed in 150 milliseconds