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

  /external/ppp/pppd/include/
pcap-int.h 71 int linktype; member in struct:pcap
  /hardware/libhardware/include/hardware/
nfc.h 243 nfc_pn544_linktype linktype; member in struct:__anon43258
  /external/libpcap/
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...]
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...]
pcap-int.h 196 int linktype; /* Network linktype */ member in struct:pcap
197 int linktype_ext; /* Extended information stored in the linktype field of a file */
pcap-rpcap.h 189 int32 linktype; /* Link type */ member in struct:rpcap_openreply
pcap-common.c 1035 int linktype; member in struct:linktype_map
    [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...]
  /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
  /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}'
  /external/libnl/lib/route/
tc.c 293 * retrieve sane default values for the the MTU and the linktype.
433 * Set the linktype of a traffic control object
440 * necessary to set the linktype manually. This function is provided to
441 * allow overwriting the linktype.
450 * Return the linktype of a traffic control object
453 * Returns the linktype of the link the traffic control object is attached to:
663 uint32_t linktype)
668 switch (linktype) {
695 uint32_t linktype = rtnl_tc_get_linktype(tc); local
717 size = adjust_size((i + 1) << cell_log, spec->rs_mpu, linktype);
    [all...]
  /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
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
doxia-module-xhtml-1.0.jar 

Completed in 419 milliseconds