HomeSort by relevance Sort by last modified time
    Searched full:sunatm (Results 1 - 15 of 15) sorted by null

  /external/tcpdump/
print-sunatm.c 34 "@(#) $Header: /tcpdump/master/tcpdump/print-sunatm.c,v 1.8 2004-03-17 23:24:38 guy Exp $ (LBL)";
56 /* SunATM header for ATM packet */
68 * to the SunATM pseudo-header for the packet, 'h->ts' is the timestamp,
Android.mk 26 print-slow.c print-snmp.c print-stp.c print-sunatm.c print-sunrpc.c \
INSTALL.txt 215 print-sunatm.c - SunATM DLPI capture printer routines
Makefile.in 96 print-slow.c print-snmp.c print-stp.c print-sunatm.c print-sunrpc.c \
  /external/libpcap/
pcap-filter.manmisc.in 691 True if the packet is an ATM packet, for SunATM on Solaris, with a
695 True if the packet is an ATM packet, for SunATM on Solaris, with a
699 True if the packet is an ATM packet, for SunATM on Solaris, and is
708 True if the packet is an ATM packet, for SunATM on Solaris, and is
711 True if the packet is an ATM packet, for SunATM on Solaris, and is
714 True if the packet is an ATM packet, for SunATM on Solaris, and is
717 True if the packet is an ATM packet, for SunATM on Solaris, and is
720 True if the packet is an ATM packet, for SunATM on Solaris, and is
723 True if the packet is an ATM packet, for SunATM on Solaris, and is
726 True if the packet is an ATM packet, for SunATM on Solaris, and i
    [all...]
sunatmpos.h 35 /* SunATM header for ATM packet */
pcap-dag.c 75 /* SunATM pseudo header */
446 struct sunatm_hdr *sunatm = (struct sunatm_hdr *)dp; local
450 sunatm->vci = htons((rawatm >> 4) & 0xffff);
451 sunatm->vpi = (rawatm >> 20) & 0x00ff;
452 sunatm->flags = ((header->flags.iface & 1) ? 0x80 : 0x00) |
453 ((sunatm->vpi == 0 && sunatm->vci == htons(5)) ? 6 :
454 ((sunatm->vpi == 0 && sunatm->vci == htons(16)) ? 5 :
    [all...]
pcap-dlpi.c 314 * For SunATM.
607 ** for SunATM.
642 ** when using HP-UX, when not doing SunATM on Solaris, and never
650 /* Solaris - don't do this on SunATM devices */
    [all...]
INSTALL.txt 402 sunatmpos.h - definitions for SunATM capturing
pcap-common.c 206 #define LINKTYPE_SUNATM 123 /* Solaris+SunATM */
    [all...]
gencode.c 862 * code that assumes LANE rather than LLC-encapsulated traffic in SunATM.
    [all...]
  /external/tcpdump/win32/prj/
GNUmakefile 129 ../../print-sunatm.o \
WinDump.dsp 540 SOURCE="..\..\print-sunatm.c"
WinDump.vcproj     [all...]
  /external/libpcap/pcap/
bpf.h 418 * This is for Full Frontal ATM on Solaris with SunATM, with a
431 #define DLT_SUNATM 123 /* Solaris+SunATM */
    [all...]

Completed in 179 milliseconds