/external/tcpdump/ |
print-sunatm.c | 48 /* SunATM header for ATM packet */ 60 * to the SunATM pseudo-header for the packet, 'h->ts' is the timestamp,
|
Android.mk | 135 print-sunatm.c \
|
INSTALL.txt | 183 print-sunatm.c - SunATM DLPI capture printer routines
|
Makefile.in | 196 print-sunatm.c \
|
/external/libpcap/ |
sunatmpos.h | 33 /* SunATM header for ATM packet */
|
pcap-filter.manmisc.in | 467 LLC-encapsulated ATM packets, for SunATM on Solaris. 767 True if the packet is an ATM packet, for SunATM on Solaris, with a 771 True if the packet is an ATM packet, for SunATM on Solaris, with a 775 True if the packet is an ATM packet, for SunATM on Solaris, and is 784 True if the packet is an ATM packet, for SunATM on Solaris, and is 787 True if the packet is an ATM packet, for SunATM on Solaris, and is 790 True if the packet is an ATM packet, for SunATM on Solaris, and is 793 True if the packet is an ATM packet, for SunATM on Solaris, and is 796 True if the packet is an ATM packet, for SunATM on Solaris, and is 799 True if the packet is an ATM packet, for SunATM on Solaris, and i [all...] |
pcap-dag.c | 71 /* 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 | 309 * For SunATM. 624 ** for SunATM. 662 ** when using HP-UX, when not doing SunATM on Solaris, and never 670 /* Solaris - don't do this on SunATM devices */ [all...] |
INSTALL.txt | 394 sunatmpos.h - definitions for SunATM capturing
|
pcap-common.c | 206 #define LINKTYPE_SUNATM 123 /* Solaris+SunATM */ [all...] |
/external/tcpdump/win32/prj/ |
GNUmakefile | 130 ../../print-sunatm.o \
|
WinDump.dsp | 540 SOURCE="..\..\print-sunatm.c"
|
/external/libpcap/pcap/ |
bpf.h | 417 * This is for Full Frontal ATM on Solaris with SunATM, with a 430 #define DLT_SUNATM 123 /* Solaris+SunATM */ [all...] |