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

1 2

  /external/libpcap/
pcap-common.h 22 extern int linktype_to_dlt(int linktype);
24 extern void swap_pseudo_headers(int linktype, struct pcap_pkthdr *hdr,
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
704 int linktype; local
    [all...]
pcap-common.c 1007 int linktype; member in struct:linktype_map
    [all...]
pcap-win32.c 540 /*Set the linktype*/
541 switch (type.LinkType)
544 p->linktype = DLT_EN10MB;
548 p->linktype = DLT_EN10MB;
571 p->linktype = DLT_FDDI;
575 p->linktype = DLT_IEEE802;
579 p->linktype = DLT_ARCNET;
583 p->linktype = DLT_ARCNET;
587 p->linktype = DLT_ATM_RFC1483;
591 p->linktype = DLT_CHDLC
    [all...]
pcap-snoop.c 123 if (p->linktype == DLT_NULL && *((short *)(cp + 2)) == 0) {
255 p->linktype = DLT_EN10MB;
290 p->linktype = DLT_FDDI;
294 p->linktype = DLT_RAW;
297 p->linktype = DLT_IP_OVER_FC;
300 p->linktype = DLT_RAW;
303 p->linktype = DLT_NULL;
pcap-dag.c 385 if (p->linktype == DLT_ERF) {
445 if (p->linktype == DLT_SUNATM) {
508 if (p->linktype == DLT_MTP2_WITH_PHDR) {
822 handle->linktype = -1;
1074 p->linktype = dlt;
1142 p->linktype = 0;
1179 if(!p->linktype)
1180 p->linktype = DLT_CHDLC;
1201 if(!p->linktype)
1202 p->linktype = DLT_EN10MB
    [all...]
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...]
dlpisubs.c 217 p->linktype = DLT_EN10MB;
241 p->linktype = DLT_FDDI;
247 p->linktype = DLT_IEEE802;
253 p->linktype = DLT_SUNATM;
pcap-pf.c 369 p->linktype = DLT_EN10MB;
393 p->linktype = DLT_FDDI;
398 p->linktype = DLT_SLIP;
404 p->linktype = DLT_PPP;
414 p->linktype = DLT_EN10MB;
421 p->linktype = DLT_IEEE802;
445 if (p->linktype == DLT_FDDI) {
pcap-enet.c 148 initdevice(char *device, int pflag, int *linktype)
228 *linktype = DLT_EN10MB;
gencode.c 832 linktype = new_linktype; \
935 static int linktype; variable
958 linktype = outermostlinktype;
1001 switch (linktype) {
    [all...]
pcap-linux.c     [all...]
pcap.c 895 return (p->linktype);
924 **dlt_buffer = p->linktype;
970 if (p->linktype != dlt)
996 p->linktype = dlt;
1001 p->linktype = dlt;
    [all...]
pcap-netfilter-linux.c 133 if (handle->linktype != DLT_NFLOG) {
197 /* if type == NFQUEUE, handle->linktype is always != DLT_NFLOG,
217 handle->linktype = dlt;
499 handle->linktype = DLT_NFLOG;
508 handle->linktype = DLT_IPV4;
pcap-septel.c 198 handle->linktype = DLT_MTP2;
pcap-snf.c 42 p->linktype = dlt;
307 p->linktype = DLT_EN10MB;
pcap-bt-monitor-linux.c 167 handle->linktype = DLT_BLUETOOTH_LINUX_MONITOR;
pcap-can-linux.c 153 handle->linktype = DLT_CAN_SOCKETCAN;
  /external/ppp/pppd/include/
pcap-int.h 71 int linktype; member in struct:pcap
  /hardware/libhardware/modules/nfc/
nfc_pn544_example.c 45 dev->linktype = PN544_LINK_TYPE_INVALID;
  /hardware/libhardware/include/hardware/
nfc.h 267 nfc_pn544_linktype linktype; member in struct:__anon30942
  /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";
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
doxia-module-xhtml-1.0.jar 
  /external/libpcap/pcap/
pcap.h 95 * LINKTYPE_ values, as defined in "savefile.c", in the "linktype"
129 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */ member in struct:pcap_file_header

Completed in 415 milliseconds

1 2