HomeSort by relevance Sort by last modified time
    Searched defs:linktype (Results 1 - 11 of 11) sorted by null

  /external/ppp/pppd/include/
pcap-int.h 71 int linktype; member in struct:pcap
  /external/libpcap/
sf-pcap.c 113 * 6 bits of a linktype value in a capture file.
210 hdr.linktype = SWAPLONG(hdr.linktype);
235 p->linktype = linktype_to_dlt(LT_LINKTYPE(hdr.linktype));
236 p->linktype_ext = LT_LINKTYPE_EXT(hdr.linktype);
342 if (p->linktype == DLT_EN10MB) {
563 swap_pseudo_headers(p->linktype, hdr, *data);
569 sf_write_header(pcap_t *p, FILE *fp, int linktype, int thiszone, int snaplen)
580 hdr.linktype = linktype
641 int linktype; local
686 int linktype; local
    [all...]
pcap1.h 87 * LINKTYPE_ values, as defined in "savefile.c", in the "linktype"
142 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */ member in struct:pcap1_info_packet
pcap-int.h 167 int linktype; /* Network linktype */ member in struct:pcap
168 int linktype_ext; /* Extended information stored in the linktype field of a file */
sf-pcap-ng.c 131 u_short linktype; member in struct:interface_description_block
880 idbp->linktype = SWAPSHORT(idbp->linktype);
914 p->linktype = linktype_to_dlt(idbp->linktype);
1083 idbp->linktype = SWAPSHORT(idbp->linktype);
1095 if (p->linktype != idbp->linktype) {
1098 idbp->linktype);
    [all...]
pcap-common.c 940 int linktype; member in struct:linktype_map
    [all...]
gencode.c 920 static int linktype; variable
926 linktype = pcap_datalink(p);
969 switch (linktype) {
    [all...]
  /hardware/libhardware/include/hardware/
nfc.h 267 nfc_pn544_linktype linktype; member in struct:__anon40505
  /external/libpcap/pcap/
pcap.h 97 * LINKTYPE_ values, as defined in "savefile.c", in the "linktype"
131 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */ member in struct:pcap_file_header
  /external/qemu/net/
net-android.c 2015 uint32_t linktype; member in struct:pcap_file_hdr
    [all...]
net.c 1936 uint32_t linktype; member in struct:pcap_file_hdr
    [all...]

Completed in 1777 milliseconds