HomeSort by relevance Sort by last modified time
    Searched full:sunatm (Results 1 - 14 of 14) 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 99 print-sunatm.c\
FILES 199 print-sunatm.c
tcpdump.1     [all...]
INSTALL 213 print-sunatm.c - SunATM DLPI capture printer routines
Makefile.in 87 print-slow.c print-snmp.c print-stp.c print-sunatm.c print-sunrpc.c \
  /external/libpcap/
sunatmpos.h 35 /* SunATM header for ATM packet */
pcap-dag.c 64 /* SunATM pseudo header */
310 struct sunatm_hdr *sunatm = (struct sunatm_hdr *)dp; local
314 sunatm->vci = htons((rawatm >> 4) & 0xffff);
315 sunatm->vpi = (rawatm >> 20) & 0x00ff;
316 sunatm->flags = ((header->flags.iface & 1) ? 0x80 : 0x00) |
317 ((sunatm->vpi == 0 && sunatm->vci == htons(5)) ? 6 :
318 ((sunatm->vpi == 0 && sunatm->vci == htons(16)) ? 5 :
pcap-bpf.h 342 * This is for Full Frontal ATM on Solaris with SunATM, with a
355 #define DLT_SUNATM 123 /* Solaris+SunATM */
pcap-dlpi.c 441 * For SunATM.
700 ** for SunATM.
733 ** when using HP-UX, when not doing SunATM on Solaris, and never
    [all...]
savefile.c 237 #define LINKTYPE_SUNATM 123 /* Solaris+SunATM */
647 /* Solaris+SunATM */
    [all...]
INSTALL.txt 381 sunatmpos.h - definitions for SunATM capturing
pcap.3 1032 SunATM devices; the link layer header contains, in order:
    [all...]
gencode.c 739 * code that assumes LANE rather than LLC-encapsulated traffic in SunATM.
    [all...]

Completed in 337 milliseconds