| /openbmc/openpower-occ-control/ |
| H A D | powercap.cpp | 227 uint32_t PowerCap::getOccInput(uint32_t pcap, bool pcapEnabled) in getOccInput() argument 237 return ((static_cast<uint64_t>(pcap) * PS_DERATING_FACTOR) / 100); in getOccInput() 242 utils::PropertyValue pcap{}; in getPcap() local 245 pcap = utils::getProperty(PCAP_PATH, PCAP_INTERFACE, POWER_CAP_PROP); in getPcap() 247 return std::get<uint32_t>(pcap); in getPcap() 389 uint32_t pcap = 0; in pcapChanged() local 401 pcap = std::get<uint32_t>(value); in pcapChanged() 408 pcap = getPcap(); in pcapChanged() 423 if (((pcap > 0) && (pcap < capSoftMin)) || ((pcap == 0) && (pcapEnabled))) in pcapChanged() 427 "CAP", pcap, "SMIN", capSoftMin, "MIN", capHardMin); in pcapChanged() [all …]
|
| H A D | powercap.hpp | 165 uint32_t getOccInput(uint32_t pcap, bool pcapEnabled);
|
| /openbmc/openbmc-tools/dbus-pcap/ |
| H A D | README.md | 1 # dbus-pcap: A tool to analyse D-Bus traffic captures 3 `dbus-pcap` is a tool to slice, dice and display captures of D-Bus traffic 4 captured into a the standard `pcap` packet container. 9 busctl capture > /tmp/dbus.pcap 15 $ ./dbus-pcap --help 16 usage: dbus-pcap [-h] [--json] [--no-track-calls] file [expressions [expressions ...]] 19 file The pcap file 33 $ ./dbus-pcap dbus.pcap | head -n 3 45 $ ./dbus-pcap --json | head -n 2 46 $ dbus-pcap --json dbus.pcap | head [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap-7.92/ |
| H A D | 0006-Fix-build-with-libpcap-1.10.5.patch | 7 …uded from /build/tmp/work/core2-64-poky-linux/nmap/7.92/recipe-sysroot/usr/include/pcap/pcap.h:130, 8 … from /build/tmp/work/core2-64-poky-linux/nmap/7.92/recipe-sysroot/usr/include/pcap.h:43, 12 36 | PCAP_SOCKET = lua_upvalueindex(3), /* pcap socket metatable */ 19 36 | PCAP_SOCKET = lua_upvalueindex(3), /* pcap socket metatable */
|
| /openbmc/libmctp/utils/ |
| H A D | mctp-demux-daemon.c | 81 } pcap; member 409 if (ctx->pcap.socket.path) in client_process_recv() 410 capture_socket(ctx->pcap.socket.dumper, ctx->buf, rc, in client_process_recv() 612 ctx->pcap.binding.path = NULL; in main() 613 ctx->pcap.socket.path = NULL; in main() 621 ctx->pcap.binding.path = optarg; in main() 624 ctx->pcap.socket.path = optarg; in main() 661 if (ctx->pcap.binding.path || ctx->pcap.socket.path) { in main() 668 if (ctx->pcap.binding.path) { in main() 669 rc = capture_prepare(&ctx->pcap.binding); in main() [all …]
|
| H A D | meson.build | 4 # While mctp-demux-daemon will build without pcap, it won't 6 # TODO only build mctp-demux-daemon when pcap is available.
|
| H A D | mctp-capture.c | 33 if (!(cap->pcap = pcap_open_dead(CAPTURE_LINKTYPE_LINUX_SLL2, in capture_prepare() 38 if (!(cap->dumper = pcap_dump_open(cap->pcap, cap->path))) { in capture_prepare() 50 pcap_close(cap->pcap); in capture_close()
|
| H A D | mctp-capture.h | 27 pcap_t *pcap; member
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/ |
| H A D | nmap_7.95.bb | 22 PACKAGECONFIG ?= "pcre ncat nping pcap" 24 PACKAGECONFIG[pcap] = "--with-pcap=linux, --without-pcap, libpcap, libpcap"
|
| H A D | nmap_7.92.bb | 22 PACKAGECONFIG ?= "pcre ncat nping pcap" 24 PACKAGECONFIG[pcap] = "--with-pcap=linux, --without-pcap, libpcap, libpcap"
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/libpcap/ |
| H A D | libpcap_1.10.5.bb | 10 file://pcap.h;beginline=1;endline=32;md5=39af3510e011f34b8872f120b1dc31d2" 18 BINCONFIG = "${bindir}/pcap-config" 24 --with-pcap=linux \
|
| /openbmc/openpower-occ-control/test/ |
| H A D | utest.cpp | 20 pcap(occStatus) in VerifyOccInput() 36 powercap::PowerCap pcap; member in VerifyOccInput
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/ |
| H A D | 0001-libpcap-search-sysroot-for-headers.patch | 25 - extra_incl="-I/usr/include/pcap" 26 + extra_incl="-I=/usr/include/pcap"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ulogd2/ |
| H A D | ulogd2_2.0.8.bb | 24 PACKAGECONFIG ?= "dbi json nfacct nfct nflog pcap sqlite3 ulog" 32 PACKAGECONFIG[pcap] = "--enable-pcap,--disable-pcap,libpcap"
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/libmctp/ |
| H A D | libmctp_git.bb | 10 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} pcap" 13 PACKAGECONFIG[pcap] = "--enable-capture,--disable-capture,libpcap,"
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | .gitignore | 3 dbus-pcap~
|
| H A D | README.md | 17 package manager), and then checkout `dbus-pcap` to this folder. To install 30 Then, with `npm`, `node.js` installed and `dbus-pcap` downloaded to this folder,
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/files/ |
| H A D | disable-run-test-program-while-cross-compiling.patch | 18 - #include <pcap.h>
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netsniff-ng/ |
| H A D | netsniff-ng_0.6.8.bb | 1 DESCRIPTION = "Netsniff-ng is a fast zero-copy analyzer, pcap capturing and replaying tool"
|
| /openbmc/qemu/hw/usb/ |
| H A D | pcap.c | 235 FILE *fp = p->ep->dev->pcap; in usb_pcap_ctrl() 246 FILE *fp = p->ep->dev->pcap; in usb_pcap_data()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/ |
| H A D | ptpd-use-pkgconfig.patch | 6 Yocto uses pkg-config for libpcap, rather than pcap-config, so use that
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | canokey.rst | 36 * QEMU USB stack supports pcap thus USB packet between the guest 132 |qemu_system| -usb -device canokey,file=$HOME/.canokey-file,pcap=key.pcap
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | zynq-cse-nand.dts | 56 "lqspi", "smc", "pcap", "gem0",
|
| H A D | zynq-cse-nor.dts | 63 "lqspi", "smc", "pcap", "gem0",
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_pef.c | 804 struct pef_capabilities * pcap; in ipmi_pef_get_info() local 822 pcap = (struct pef_capabilities *)rsp->data; in ipmi_pef_get_info() 824 ipmi_pef_print_1xd("Version", pcap->version); in ipmi_pef_get_info() 825 ipmi_pef_print_dec("PEF table size", pcap->tblsize); in ipmi_pef_get_info() 827 actions = pcap->actions; in ipmi_pef_get_info()
|