HomeSort by relevance Sort by last modified time
    Searched refs:linktype (Results 1 - 25 of 29) sorted by null

1 2

  /external/libpcap/
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...]
pcap-linux.c     [all...]
pcap-win32.c 428 /*Set the linktype*/
429 switch (type.LinkType)
432 p->linktype = DLT_EN10MB;
436 p->linktype = DLT_EN10MB;
459 p->linktype = DLT_FDDI;
463 p->linktype = DLT_IEEE802;
467 p->linktype = DLT_ARCNET;
471 p->linktype = DLT_ARCNET;
475 p->linktype = DLT_ATM_RFC1483;
479 p->linktype = DLT_CHDLC
    [all...]
pcap-snoop.c 119 if (p->linktype == DLT_NULL && *((short *)(cp + 2)) == 0) {
256 p->linktype = DLT_EN10MB;
291 p->linktype = DLT_FDDI;
295 p->linktype = DLT_RAW;
298 p->linktype = DLT_IP_OVER_FC;
301 p->linktype = DLT_RAW;
304 p->linktype = DLT_NULL;
pcap-dag.c 309 if (p->linktype == DLT_SUNATM) {
372 if (p->linktype == DLT_MTP2_WITH_PHDR) {
671 handle->linktype = -1;
833 p->linktype = dlt;
898 p->linktype = 0;
928 if(!p->linktype)
929 p->linktype = DLT_CHDLC;
953 if(!p->linktype)
954 p->linktype = DLT_EN10MB;
971 if(!p->linktype)
    [all...]
pcap-pf.c 373 p->linktype = DLT_EN10MB;
397 p->linktype = DLT_FDDI;
402 p->linktype = DLT_SLIP;
408 p->linktype = DLT_PPP;
418 p->linktype = DLT_EN10MB;
425 p->linktype = DLT_IEEE802;
450 if (p->linktype == DLT_FDDI) {
pcap-enet.c 152 initdevice(char *device, int pflag, int *linktype)
232 *linktype = DLT_EN10MB;
pcap.c 221 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)
765 p->linktype = linktype;
gencode.c 796 static int linktype; variable
802 linktype = pcap_datalink(p);
838 switch (linktype) {
    [all...]
pcap-int.h 150 int linktype; member in struct:pcap
pcap-septel.c 224 handle->linktype = DLT_MTP2;
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-bpf.c 748 p->linktype = v;
791 if (p->linktype == DLT_EN10MB) {
827 if (p->linktype == DLT_EN10MB && p->dlt_count == 0) {
pcap-dlpi.c 425 * it should check "p->linktype" and reject the send request if
792 p->linktype = DLT_EN10MB;
816 p->linktype = DLT_FDDI;
824 p->linktype = DLT_IEEE802;
830 p->linktype = DLT_SUNATM;
    [all...]
pcap-nit.c 290 p->linktype = DLT_EN10MB;
pcap-snit.c 362 p->linktype = DLT_EN10MB;
  /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/ppp/pppd/include/
pcap-int.h 71 int linktype; member in struct:pcap
  /hardware/libhardware/modules/nfc/
nfc_pn544_example.c 44 dev->linktype = PN544_LINK_TYPE_INVALID;
  /hardware/libhardware/include/hardware/
nfc.h 242 nfc_pn544_linktype linktype; member in struct:__anon20724
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 15 // c2.className = "jd-autocomplete jd-selected jd-linktype";
18 // c2.className = "jd-autocomplete jd-linktype";
51 // c2.className = "jd-autocomplete jd-linktype";
66 c1.className = "jd-autocomplete jd-linktype";
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 15 // c2.className = "jd-autocomplete jd-selected jd-linktype";
18 // c2.className = "jd-autocomplete jd-linktype";
51 // c2.className = "jd-autocomplete jd-linktype";
66 c1.className = "jd-autocomplete jd-linktype";
  /device/asus/grouper/nfc/
nfc_hw.c 124 dev->linktype = PN544_LINK_TYPE_I2C;
  /device/samsung/tuna/nfc/
nfc_hw.c 127 dev->linktype = PN544_LINK_TYPE_UART;

Completed in 683 milliseconds

1 2