Home
last modified time | relevance | path

Searched refs:layer (Results 26 – 50 of 86) sorted by relevance

1234

/dragonfly/nrelease/gui/root/.fluxbox/
H A Dinit12 session.screen0.toolbar.layer: Dock
24 session.screen0.slit.layer: Dock
/dragonfly/crypto/openssh/
H A DPROTOCOL19 This is a new transport-layer MAC method using the UMAC algorithm
27 This transport-layer compression method uses the zlib compression
178 OpenSSH supports layer 2 and layer 3 tunnelling via the "tun@openssh.com"
193 layer 2 frames or layer 3 packets. It may take one of the following values:
195 SSH_TUNMODE_POINTOPOINT 1 /* layer 3 packets */
196 SSH_TUNMODE_ETHERNET 2 /* layer 2 frames */
214 The contents of the "data" field for layer 3 packets is:
227 without any link layer header.
229 The contents of the "data" field for layer 2 packets is:
/dragonfly/usr.sbin/ppp/
H A Dlqr.h72 extern struct layer lqrlayer;
H A Dsync.c82 struct layer synclayer = { LAYER_SYNC, "sync", sync_LayerPush, sync_LayerPull };
H A Dhdlc.h112 extern struct layer hdlclayer;
H A Dproto.c116 struct layer protolayer =
H A Dacf.c118 struct layer acflayer = { LAYER_ACF, "acf", acf_LayerPush, acf_LayerPull };
H A Dccp.h166 extern struct layer ccplayer;
H A Dtcpmss.c185 struct layer tcpmsslayer =
H A Dvjcomp.c201 struct layer vjlayer = { LAYER_VJ, "vj", vj_LayerPush, vj_LayerPull };
H A Dasync.c215 struct layer asynclayer =
H A Dhdlc.c434 struct layer hdlclayer = { LAYER_HDLC, "hdlc", hdlc_LayerPush, hdlc_LayerPull };
/dragonfly/tools/tools/net80211/
H A DREADME3 This directory has various tools for use with the net80211 layer.
/dragonfly/tools/tools/net80211/wlaninject/
H A DREADME12 physical layer Physical parameters for transmission
18 Interesting physical layer options.
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A DTODO6 0) Ping itself. Should L2CAP layer loopback data?
/dragonfly/sys/vfs/hammer2/
H A DFREEMAP144 * avail - Available space in bytes, currently only used by layer 1 leaf.
204 a layer) gets us 16GB, 3 layers gets us 16TB.
321 blockrefs in the volume header which point directly to layer 1 leaf
323 (layer 3, 2, and 1 only where the 8 x layer 3 blockrefs are stored in
/dragonfly/contrib/gmp/mpn/
H A DREADME21 This directory contains all code for the mpn layer of GMP.
/dragonfly/sys/dev/acpica/
H A Dacpi.c3641 char *layer, *level; in acpi_set_debugging() local
3648 layer = kgetenv("debug.acpi.layer"); in acpi_set_debugging()
3650 if (layer == NULL && level == NULL) in acpi_set_debugging()
3654 if (layer != NULL) { in acpi_set_debugging()
3655 if (strcmp("NONE", layer) != 0) in acpi_set_debugging()
3656 kprintf(" layer '%s'", layer); in acpi_set_debugging()
3657 acpi_parse_debug(layer, &dbg_layer[0], &AcpiDbgLayer); in acpi_set_debugging()
3658 kfreeenv(layer); in acpi_set_debugging()
3717 SYSCTL_PROC(_debug_acpi, OID_AUTO, layer, CTLFLAG_RW | CTLTYPE_STRING,
/dragonfly/crypto/libressl/
H A DChangeLog603 * Move the read MAC key into the TLSv1.2 record layer.
623 * Split the record protection from the TLSv1.2 record layer.
634 * Provide record layer overhead for DTLS.
640 layer.
656 * Move sequence numbers into the new TLSv1.2 record layer.
658 * Move AEAD handling into the new TLSv1.2 record layer.
736 layer.
782 * Split TLSv1.3 record protection from record layer.
883 * Continue the replacement of the TLSv1.2 record layer by
999 * Start replacing the existing TLSv1.2 record layer.
[all …]
/dragonfly/contrib/file/magic/Magdir/
H A Dsniffer90 >20 belong&0x03FFFFFF 0 (No link-layer encapsulation
204 >20 belong&0x03FFFFFF 219 (MPLS with label as link-layer header
242 >20 belong&0x03FFFFFF 257 (PROFIBUS data link layer
H A Dringdove37 >0 regex begin\ camv_layer\ v with camv-rnd exported layer
H A Danimation541 >>2 byte&0xF0 !0xF0 MPEG ADTS, layer III, v1
576 0 beshort&0xFFFE 0xFFFC MPEG ADTS, layer II, v1
617 #>>2 ubyte&0xF0 <0xE1 MPEG ADTS, layer I, v1
651 0 beshort&0xFFFE 0xFFF2 MPEG ADTS, layer III, v2
686 0 beshort&0xFFFE 0xFFF4 MPEG ADTS, layer II, v2
721 0 beshort&0xFFFE 0xFFF6 MPEG ADTS, layer I, v2
756 0 beshort&0xFFFE 0xFFE2 MPEG ADTS, layer III, v2.5
/dragonfly/contrib/lvm2/dist/udev/
H A D12-dm-permissions.rules20 # DM_LV_LAYER - logical volume layer (not set if LVM device not present)
/dragonfly/contrib/lvm2/dist/tools/
H A Dtoollib.c38 char *vgname, *lvname, *layer, *vglv; in skip_dev_dir() local
55 if (!dm_split_lvm_name(cmd->mem, vg_name, &vgname, &lvname, &layer) || in skip_dev_dir()
56 *layer) { in skip_dev_dir()
/dragonfly/sys/dev/disk/isp/
H A DDriverManual.txt202 a SCSI HBA driver for any system is that of a 2 or 3 layer model where
204 SCSI tapes, and so on), possibly a middle services layer, and a bottom
205 layer that manages the transport of SCSI CDB's out a SCSI bus (or across
239 support functions reside) and relatively thin platform specific layer
378 pointer to the completing command. This would then be the glue layer that

1234