Home
last modified time | relevance | path

Searched +full:helios +full:- +full:4 (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dtcpdump.1.in25 tcpdump \- dump traffic on a network
30 .B \-AbdDefhHIJKlLnNOpqStuUvxX#
32 .B \-B
37 .B \-c
41 .B \-\-count
44 .B \-C
49 .B \-E
54 .B \-F
58 .B \-G
62 .B \-i
[all …]
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-388-helios4.dts1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
10 /dts-v1/;
11 #include "armada-388.dtsi"
12 #include "armada-38x-solidrun-microsom.dtsi"
25 /* So that mvebu u-boot can update the MAC addresses */
30 stdout-path = "serial0:115200n8";
33 reg_12v: regulator-12v {
34 compatible = "regulator-fixed";
35 regulator-name = "power_brick_12V";
36 regulator-min-microvolt = <12000000>;
[all …]
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.826 .Bk -words
58 .Bl -tag -width Ds
76 Use fixed destination ports for UDP, UDP-Lite, TCP and SCTP probes.
95 Set the initial time-to-live used in the first outgoing probe packet.
103 This is normally only useful on a multi-homed host.
109 (A synonym for "-P icmp").
111 Set the max time-to-live (max number of hops) used in outgoing probe packets.
117 Set the initial time-to-live value used in outgoing probe packets.
121 (saves a nameserver address-to-name lookup for each gateway found on the path).
124 For UDP, UDP-Lite, TCP and SCTP, sets the base
[all …]
H A Dtraceroute.c23 * traceroute host - trace the route ip packets follow going to "host".
31 * defaults to net.inet.ip.ttl hops & can be changed with the -m flag).
32 * Three probes (change with -q flag) are sent at each ttl setting and
37 * interval (changed with the -w flag), a "*" is printed for that
43 * value, it can be changed with the -p flag).
49 * 1 helios.ee.lbl.gov (128.3.112.1) 19 ms 19 ms 0 ms
50 * 2 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 39 ms 19 ms
51 * 3 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 39 ms 19 ms
52 * 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 39 ms 40 ms 39 ms
53 * 5 ccn-nerif22.Berkeley.EDU (128.32.168.22) 39 ms 39 ms 39 ms
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/
H A Darmada-38x.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/arm/marvell/armada-38x.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Gregory CLEMENT <gregory.clement@bootlin.com>
18 - description:
21 - const: netgear,gs110emx
22 - const: marvell,armada380
24 - description:
27 - enum:
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-filter.manmisc.in21 .TH PCAP-FILTER @MAN_MISC_INFO@ "13 June 2023"
23 pcap-filter \- packet filter syntax
54 E.g., `\fBhost\fP foo', `\fBnet\fP 128.3', `\fBport\fP 20', `\fBportrange\fP 6000-6008'.
75 E.g., `\fBsrc\fP foo', `\fBdst net\fP 128.3', `\fBsrc or dst port\fP ftp-data'.
106 `\fBudp portrange\fP 7000-7009', `\fBwlan addr2\fP 0:2:3:4:5:6'.
117 network interface''. FDDI headers contain Ethernet-like source
118 and destination addresses, and often contain Ethernet-like packet
146 E.g., `\fBhost\fP foo \fBand not port\fP ftp \fBand not port\fP ftp-data'.
149 `\fBtcp dst port\fP ftp \fBor\fP ftp-data \fBor\fP domain' is exactly the same as
150 `\fBtcp dst port\fP ftp \fBor tcp dst port\fP ftp-data \fBor tcp dst port\fP domain'.
[all …]
/freebsd/sys/net/
H A Dslcompress.h4 /*-
5 * SPDX-License-Identifier: BSD-3-Clause
34 * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989:
35 * - Initial distribution.
48 * 'push' bit, and flags that indicate which of the 4 TCP sequence
55 * the receiver implicitly knows what changed -- see below).
64 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the
65 * range 256 - 65535 or 0. (If the change in sequence number or
75 * with the 8-bit protocol field replaced by an 8-bit connection id --
79 * LSB of 4-bit field is TCP "PUSH" bit (a worthless anachronism) and
[all …]
H A Dslcompress.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
36 * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989:
37 * - Initial distribution.
53 #define INCR(counter) ++comp->counter;
65 struct cstate *tstate = comp->tstate; in sl_compress_init()
67 if (max_state == -1) { in sl_compress_init()
68 max_state = MAX_STATES - 1; in sl_compress_init()
72 bzero((char *)comp->tstate, sizeof(comp->tstate)); in sl_compress_init()
73 bzero((char *)comp->rstate, sizeof(comp->rstate)); in sl_compress_init()
[all …]
/freebsd/usr.sbin/ppp/
H A Dslcompress.h1 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
33 * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989:
34 * - Initial distribution.
46 * 'push' bit, and flags that indicate which of the 4 TCP sequence
53 * the receiver implicitly knows what changed -- see below).
62 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the
63 * range 256 - 65535 or 0. (If the change in sequence number or
73 * with the 8-bit protocol field replaced by an 8-bit connection id --
77 * LSB of 4-bit field is TCP "PUSH" bit (a worthless anachronism) and
[all …]
H A Dslcompress.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
36 * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989:
37 * - Initial distribution.
85 register struct cstate *tstate = comp->tstate; in sl_compress_init()
88 for (i = max_state; i > 0; --i) { in sl_compress_init()
90 tstate[i].cs_next = &tstate[i - 1]; in sl_compress_init()
94 comp->last_cs = &tstate[0]; in sl_compress_init()
95 comp->last_recv = 255; in sl_compress_init()
96 comp->last_xmit = 255; in sl_compress_init()
[all …]
/freebsd/usr.sbin/traceroute6/
H A Dtraceroute6.c3 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
34 /*-
67 * traceroute host - trace the route ip packets follow going to "host".
75 * defaults to net.inet.ip.ttl hops & can be changed with the -m flag).
76 * Three probes (change with -q flag) are sent at each ttl setting and
81 * interval (changed with the -w flag), a "*" is printed for that
87 * value, it can be changed with the -p flag).
93 * 1 helios.ee.lbl.gov (128.3.112.1) 19 ms 19 ms 0 ms
94 * 2 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 39 ms 19 ms
[all …]
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dutil.c1 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
81 /* 0x01 */ "Only for point-to-point packets", in hci_encrypt2str()
82 /* 0x02 */ "Both point-to-point and broadcast packets" in hci_encrypt2str()
102 /* 0x01 */ "u-law", in hci_coding2str()
103 /* 0x02 */ "A-law", in hci_coding2str()
116 /* 0x02 */ "Sign-Magnitude", in hci_vdata2str()
136 size--; in hci_hmode2str()
143 strncat(buffer, t[n], size - len); in hci_hmode2str()
246 /* 0050 */ "Red-M (Communications) Ltd", in hci_manufacturer2str()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dimages2 #------------------------------------------------------------------------------
4 # images: file(1) magic for image formats (see also "iff", and "c-lang" for
7 # originally from jef@helios.ee.lbl.gov (Jef Poskanzer),
9 # merging several one- and two-line files into here.
13 # Targa - matches `povray', `ppmtotga' and `xv' outputs
19 # Note: called by DROID "Truevision TGA Bitmap" version 1.0 via PUID x-fmt/367
23 # or theoretically 2-128 reserved for use by Truevision or 128-255 may be used for developer applic…
32 # Targa image data (strength=70=110-40) before some Commodore disc image (strength=70=70+0 ./c64) l…
35 !:strength -40
37 #>(2.S-2) belong !0x28632943
[all …]
/freebsd/share/misc/
H A Dpci_vendors5 # Date: 2024-11-25 03:15:02
8 # the PCI ID Project at https://pci-ids.ucw.cz/.
14 # (version 2 or higher) or the 3-clause BSD License.
25 # device device_name <-- single tab
26 # subvendor subdevice subsystem_name <-- two tabs
30 # This is a relabelled RTL-8139
31 8139 AT-2500TX V3 Ethernet
41 7a09 PCI-to-PCI Bridge
50 7a19 PCI-to-PCI Bridge
55 7a29 PCI-to-PCI Bridge
[all …]
H A Dusb_vendors6 # http://www.linux-usb.org/usb-ids.html
7 # or send entries as patches (diff -u old new) in the
10 # http://www.linux-usb.org/usb.ids
13 # Date: 2024-12-04 20:34:02
20 # device device_name <-- single tab
21 # interface interface_name <-- two tabs
38 5301 GW-US54ZGL 802.11bg
54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211]
62 0200 TP-Link
81 120e ASI120MC-S Planetary Camera
[all …]