HomeSort by relevance Sort by last modified time
    Searched refs:linktype (Results 1 - 25 of 40) 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);
258 p->linktype = linktype_to_dlt(LT_LINKTYPE(hdr.linktype));
259 p->linktype_ext = LT_LINKTYPE_EXT(hdr.linktype);
365 if (p->linktype == DLT_EN10MB) {
616 swap_pseudo_headers(p->linktype, hdr, *data);
622 sf_write_header(pcap_t *p, FILE *fp, int linktype, int thiszone, int snaplen)
633 hdr.linktype = linktype
694 int linktype; local
744 int linktype; local
762 int linktype; local
    [all...]
pcap-common.c 1035 int linktype; member in struct:linktype_map
    [all...]
dlpisubs.c 217 p->linktype = DLT_EN10MB;
241 p->linktype = DLT_FDDI;
247 p->linktype = DLT_IEEE802;
253 p->linktype = DLT_SUNATM;
260 p->linktype = DLT_IPV4;
267 p->linktype = DLT_IPV6;
274 p->linktype = DLT_IPNET;
pcap-snoop.c 123 if (p->linktype == DLT_NULL && *((short *)(cp + 2)) == 0) {
262 p->linktype = DLT_EN10MB;
297 p->linktype = DLT_FDDI;
301 p->linktype = DLT_RAW;
304 p->linktype = DLT_IP_OVER_FC;
307 p->linktype = DLT_RAW;
310 p->linktype = DLT_NULL;
pcap-dag.c 476 if (p->linktype == DLT_ERF) {
536 if (p->linktype == DLT_SUNATM) {
599 if (p->linktype == DLT_MTP2_WITH_PHDR) {
913 handle->linktype = -1;
1163 p->linktype = dlt;
1231 p->linktype = 0;
    [all...]
pcap-pf.c 372 p->linktype = DLT_EN10MB;
396 p->linktype = DLT_FDDI;
401 p->linktype = DLT_SLIP;
407 p->linktype = DLT_PPP;
417 p->linktype = DLT_EN10MB;
424 p->linktype = DLT_IEEE802;
448 if (p->linktype == DLT_FDDI) {
pcap-win32.c 949 /*Set the linktype*/
950 switch (type.LinkType)
953 p->linktype = DLT_EN10MB;
957 p->linktype = DLT_EN10MB;
980 p->linktype = DLT_FDDI;
984 p->linktype = DLT_IEEE802;
988 p->linktype = DLT_ARCNET;
992 p->linktype = DLT_ARCNET;
996 p->linktype = DLT_ATM_RFC1483;
1000 p->linktype = DLT_CHDLC
    [all...]
pcap-enet.c 148 initdevice(char *device, int pflag, int *linktype)
228 *linktype = DLT_EN10MB;
pcap-linux.c     [all...]
sf-pcap-ng.c 132 u_short linktype; member in struct:interface_description_block
943 idbp->linktype = SWAPSHORT(idbp->linktype);
989 p->linktype = linktype_to_dlt(idbp->linktype);
1158 idbp->linktype = SWAPSHORT(idbp->linktype);
1170 if (p->linktype != idbp->linktype) {
1173 idbp->linktype);
    [all...]
gencode.c 187 (cs)->prevlinktype = (cs)->linktype; \
189 (cs)->linktype = (new_linktype); \
266 int linktype; member in struct:_compiler_state
1044 cstate->linktype = cstate->outermostlinktype;
1087 switch (cstate->linktype) {
    [all...]
pcap-netfilter-linux.c 136 if (handle->linktype != DLT_NFLOG) {
200 /* if type == NFQUEUE, handle->linktype is always != DLT_NFLOG,
220 handle->linktype = dlt;
502 handle->linktype = DLT_NFLOG;
511 handle->linktype = DLT_IPV4;
pcap-rpcap.h 189 int32 linktype; /* Link type */ member in struct:rpcap_openreply
pcap-septel.c 198 handle->linktype = DLT_MTP2;
pcap.c 924 return (p->linktype);
953 **dlt_buffer = p->linktype;
1002 if (p->linktype != dlt)
1028 p->linktype = dlt;
1033 p->linktype = dlt;
    [all...]
pcap-snf.c 42 p->linktype = dlt;
304 p->linktype = DLT_EN10MB;
  /external/ppp/pppd/include/
pcap-int.h 71 int linktype; member in struct:pcap
  /external/syslinux/gpxe/src/drivers/net/
3c90x.c 663 unsigned short linktype; local
701 linktype = 0x0008;
704 linktype = linkMII;
708 linktype = link100BaseFX;
712 linktype = link10Base2;
716 linktype = linkAUI;
720 linktype = linkMII;
724 linktype = linkAutoneg;
727 linktype = linkAutoneg;
730 linktype = linkAutoneg
    [all...]
3c90x.h 233 enum linktype { enum
  /hardware/libhardware/modules/nfc/
nfc_pn544_example.c 45 dev->linktype = PN544_LINK_TYPE_INVALID;
  /hardware/libhardware/include/hardware/
nfc.h 243 nfc_pn544_linktype linktype; member in struct:__anon43258
  /build/make/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";
  /external/libnl/python/netlink/route/
tc.py 152 def linktype(self): member in class:Tc
155 @linktype.setter
156 def linktype(self, value): member in class:Tc
212 return '{t|mtu} {t|mpu} {t|overhead} {t|linktype}'

Completed in 758 milliseconds

1 2