Home
last modified time | relevance | path

Searched +full:ipmi +full:- +full:ipmb (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/ipmi/
H A Dipmi-ipmb.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/ipmi/ipm
[all...]
/freebsd/share/man/man4/
H A Dipmi.430 .Nm ipmi
31 .Nd "OpenIPMI compatible IPMI interface driver"
33 .Cd "device ipmi"
37 .Cd hint.ipmi.0.at="isa"
38 .Cd hint.ipmi.0.port="0xCA2"
39 .Cd hint.ipmi.0.spacing="8"
40 .Cd hint.ipmi.0.mode="KCS"
44 .Cd hint.ipmi.0.at="isa"
45 .Cd hint.ipmi.0.maddr="0xf0000000"
46 .Cd hint.ipmi.0.spacing="8"
[all …]
/freebsd/sys/dev/ipmi/
H A Dipmi.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
48 #include <ipmi.h>
51 #include <sys/ipmi.h>
52 #include <dev/ipmi/ipmivars.h>
92 static SYSCTL_NODE(_hw, OID_AUTO, ipmi, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
93 "IPMI driver parameters");
100 "IPMI watchdog timer actions (including pre-timeout interrupt)");
103 "IPMI watchdog countdown for shutdown (seconds)");
106 "IPMI watchdog countdown initialized during startup (seconds)");
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dsniffer2 #------------------------------------------------------------------------------
13 >5 byte x - version %d
26 >5 byte x - version %d
33 >6 leshort 5 (IP-over-IEEE 1394)
47 >23 leshort x - version %d
70 >4 string >\0 - version %s
80 # https://www.tcpdump.org/manpages/pcap-savefile.5.html
85 0 name pcap-be
86 >4 beshort x - version %d
90 >20 belong&0x03FFFFFF 0 (No link-layer encapsulation
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-common.c21 * 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 …]
H A DCHANGES5 Mark pcap_vasprintf() as printf-like.
16 Avoid casting hack for the Windows cleanup-on-exit routine.
21 Remove the unused pcap-rpcap-int.h header file.
23 Make some static variables thread-local; fixes issue #1174.
36 Avoid 32-bit unsigned integer overflow in USB captures. Fixes
49 Report {non-existent zone}/{interface} errors appropriately.
50 Allow attaching to links owned by a non-global zone. (Based on
55 in recent SDKs, including tagging pcap-namedb.h routines.
63 Report non-existent devices correctly.
89 CVE-2023-7256: Clean up sock_initaddress() and its callers to avoid
[all …]
H A Dpcap.c39 #include <pcap-types.h>
67 #include "diag-control.h"
69 #include "thread-local.h"
72 #include "os-proto.h"
76 #include "pcap-dos.h"
79 #include "pcap-int.h"
84 #include "pcap-dag.h"
88 #include "pcap-septel.h"
92 #include "pcap-snf.h"
96 #include "pcap-tc.h"
[all …]
/freebsd/sys/net/
H A Ddlt.h1 /*-
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 Ddlt.h1 /*-
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 …]