Searched +full:t1 +full:- +full:framing (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | davinci-mcbsp.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/davinci-mcbsp.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bastien Curutchet <bastien.curutchet@bootlin.com> 13 - $ref: dai-common.yaml# 18 - ti,da850-mcbsp 23 - description: CFG registers 24 - description: data registers 26 reg-names: [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap-common.c | 21 * pcap-common.c - common code for pcap and pcapng files 26 #include <pcap-types.h> 28 #include "pcap-int.h" 30 #include "pcap-common.h" 38 * libpcap for non-BSD OSes have added their own DLT_* codes for link 66 * "tcpdump-workers@lists.tcpdump.org". The tcpdump developers will 78 * are available; you might not have the most up-to-date version of this 80 * do *NOT* use any values below 100 - those might already have been 118 #define LINKTYPE_ARCNET_BSD DLT_ARCNET /* BSD-style headers */ 127 * PPP in HDLC-like framing header (with 0xff 0x03 before the PPP protocol [all …]
|
/freebsd/sys/net/ |
H A D | dlt.h | 1 /*- 39 * Link-layer header type codes. 42 * "tcpdump-workers@lists.tcpdump.org" for a value. Otherwise, you run 44 * purpose, and of having tools that read libpcap-format captures not 53 * for detailed descriptions of some of these link-layer header types. 67 #define DLT_ARCNET 7 /* ARCNET, with BSD-style header */ 69 #define DLT_PPP 9 /* Point-to-point Protocol */ 78 * XXX - DLT_ATM_RFC1483 is 13 in BSD/OS, and DLT_RAW is 14 in BSD/OS, 81 #define DLT_ATM_RFC1483 11 /* LLC-encapsulated ATM */ 98 #define DLT_PPP_BSDOS 14 /* BSD/OS Point-to-point Protocol */ [all …]
|
/freebsd/contrib/libpcap/pcap/ |
H A D | dlt.h | 1 /*- 41 * Link-layer header type codes. 44 * "tcpdump-workers@lists.tcpdump.org" for a value. Otherwise, you run 46 * purpose, and of having tools that read libpcap-format captures not 55 * for detailed descriptions of some of these link-layer header types. 74 #define DLT_ARCNET 7 /* ARCNET, with BSD-style header */ 76 #define DLT_PPP 9 /* Point-to-point Protocol */ 88 * a free-for-all. Perhaps 11 is DLT_ATM_RFC1483 everywhere 11 104 * XXX - DLT_ATM_RFC1483 is 13 in BSD/OS, and DLT_RAW is 14 in BSD/OS, 109 #define DLT_ATM_RFC1483 11 /* LLC-encapsulated ATM */ [all …]
|
/freebsd/sbin/ipfw/ |
H A D | ipfw.8 | 8 in-kernel NAT. 19 .Op Ar rule | first-last ... 49 .Oo Cm set Ar N Oc Cm table Ar name Cm create Ar create-options 55 .Oo Cm set Ar N Oc Cm table Ar name Cm modify Ar modify-options 59 .Oo Cm set Ar N Oc Cm table Ar name Cm add Ar table-key Op Ar value 61 .Oo Cm set Ar N Oc Cm table Ar name Cm add Op Ar table-key Ar value ... 63 .Oo Cm set Ar N Oc Cm table Ar name Cm atomic add Op Ar table-key Ar value ... 65 .Oo Cm set Ar N Oc Cm table Ar name Cm delete Op Ar table-key ... 93 .Ar config-options 99 .Ss IN-KERNEL NAT [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 78 …- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl… 79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea… 80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn… 81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea… 88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of … 90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… 116 … (0x1<<9) // Fast back-to-back transaction ena… 128 … (0x1<<23) // Fast back-to-back capable. Not ap… 145 …l has_io_bar=0. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… [all …]
|