HomeSort by relevance Sort by last modified time
    Searched refs:DLT_RAW (Results 1 - 10 of 10) sorted by null

  /external/iptables/utils/
nfbpf_compile.c 19 int i, dlt = DLT_RAW;
  /external/tcpdump/missing/
dlnames.c 68 DLT_CHOICE(DLT_RAW, "Raw IP"),
  /external/libpcap/pcap/
bpf.h 152 * XXX - DLT_ATM_RFC1483 is 13 in BSD/OS, and DLT_RAW is 14 in BSD/OS,
158 #define DLT_RAW 14 /* raw IP */
160 #define DLT_RAW 12 /* raw IP */
275 * 106 is reserved for Linux Classical IP over ATM; it's like DLT_RAW,
293 * DLT_LOOP is 12 in OpenBSD, but that's DLT_RAW in other OSes, so
    [all...]
  /external/libpcap/
pcap-snoop.c 298 p->linktype = DLT_RAW;
299 ll_hdrlen = 0; /* DLT_RAW meaning "no PPP header, just the IP packet"? */
304 p->linktype = DLT_RAW;
pcap-common.c 747 * Raw IPv4/IPv6; different from DLT_RAW in that the DLT_ value specifies
971 { DLT_RAW, LINKTYPE_RAW },
    [all...]
pcap-dag.c 1194 p->linktype = DLT_RAW;
    [all...]
pcap.c 1109 DLT_CHOICE(DLT_RAW, "Raw IP"),
    [all...]
pcap-linux.c     [all...]
gencode.c 1183 case DLT_RAW:
    [all...]
  /external/tcpdump/
tcpdump.c 193 { raw_if_print, DLT_RAW },
    [all...]

Completed in 86 milliseconds