| /openbmc/qemu/hw/net/ |
| H A D | vhost_net.c | 38 uint64_t vhost_net_get_features(struct vhost_net *net, uint64_t features) in vhost_net_get_features() argument 40 return vhost_get_features(&net->dev, net->feature_bits, in vhost_net_get_features() 43 int vhost_net_get_config(struct vhost_net *net, uint8_t *config, in vhost_net_get_config() argument 46 return vhost_dev_get_config(&net->dev, config, config_len, NULL); in vhost_net_get_config() 48 int vhost_net_set_config(struct vhost_net *net, const uint8_t *data, in vhost_net_set_config() argument 51 return vhost_dev_set_config(&net->dev, data, offset, size, flags); in vhost_net_set_config() 54 void vhost_net_ack_features(struct vhost_net *net, uint64_t features) in vhost_net_ack_features() argument 56 net->dev.acked_features = net->dev.backend_features; in vhost_net_ack_features() 57 vhost_ack_features(&net->dev, net->feature_bits, features); in vhost_net_ack_features() 60 uint64_t vhost_net_get_max_queues(VHostNetState *net) in vhost_net_get_max_queues() argument [all …]
|
| H A D | vhost_net-stub.c | 22 uint64_t vhost_net_get_max_queues(VHostNetState *net) in vhost_net_get_max_queues() argument 45 void vhost_net_cleanup(struct vhost_net *net) in vhost_net_cleanup() argument 49 uint64_t vhost_net_get_features(struct vhost_net *net, uint64_t features) in vhost_net_get_features() argument 54 int vhost_net_get_config(struct vhost_net *net, uint8_t *config, in vhost_net_get_config() argument 59 int vhost_net_set_config(struct vhost_net *net, const uint8_t *data, in vhost_net_set_config() argument 65 void vhost_net_ack_features(struct vhost_net *net, uint64_t features) in vhost_net_ack_features() argument 69 uint64_t vhost_net_get_acked_features(VHostNetState *net) in vhost_net_get_acked_features() argument 74 bool vhost_net_virtqueue_pending(VHostNetState *net, int idx) in vhost_net_virtqueue_pending() argument 79 void vhost_net_virtqueue_mask(VHostNetState *net, VirtIODevice *dev, in vhost_net_virtqueue_mask() argument 84 bool vhost_net_config_pending(VHostNetState *net) in vhost_net_config_pending() argument [all …]
|
| /openbmc/qemu/include/net/ |
| H A D | vhost_net.h | 26 uint64_t vhost_net_get_max_queues(VHostNetState *net); 34 void vhost_net_cleanup(VHostNetState *net); 36 uint64_t vhost_net_get_features(VHostNetState *net, uint64_t features); 37 void vhost_net_ack_features(VHostNetState *net, uint64_t features); 39 int vhost_net_get_config(struct vhost_net *net, uint8_t *config, 42 int vhost_net_set_config(struct vhost_net *net, const uint8_t *data, 44 bool vhost_net_virtqueue_pending(VHostNetState *net, int n); 45 void vhost_net_virtqueue_mask(VHostNetState *net, VirtIODevice *dev, 47 bool vhost_net_config_pending(VHostNetState *net); 48 void vhost_net_config_mask(VHostNetState *net, VirtIODevice *dev, bool mask); [all …]
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-net/ |
| H A D | first-boot-disable-ipmi-net.service | 3 After=phosphor-ipmi-net@eth0.service 4 After=phosphor-ipmi-net@eth1.service 5 After=phosphor-ipmi-net@eth0.socket 6 After=phosphor-ipmi-net@eth1.socket 8 ConditionPathExists=!/var/lib/ipmi-net-disable-one-time 12 phosphor-ipmi-net@eth0.socket \ 13 phosphor-ipmi-net@eth0.service \ 14 phosphor-ipmi-net@eth1.socket \ 15 phosphor-ipmi-net@eth1.service 16 ExecStart=/bin/touch /var/lib/ipmi-net-disable-one-time [all …]
|
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_snp.c | 67 static struct efi_simple_network *net; variable 109 boottime->copy_mem(p.eth_hdr.et_src, &net->mode->current_address, in send_dhcp_discover() 141 &net->mode->current_address, ARP_HLEN); in send_dhcp_discover() 161 ret = net->transmit(net, 0, sizeof(struct dhcp), &p, NULL, NULL, 0); in send_dhcp_discover() 206 ret = boottime->locate_protocol(&efi_net_guid, NULL, (void **)&net); in setup() 208 net = NULL; in setup() 215 if (!net->mode) { in setup() 219 if (net->mode->hwaddr_size != ARP_HLEN) { in setup() 221 net->mode->hwaddr_size, ARP_HLEN); in setup() 227 if (!net->wait_for_packet) { in setup() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-bsp/grub/files/ |
| H A D | CVE-2025-0624.patch | 4 Subject: [PATCH] net: Fix OOB write in grub_net_search_config_file() 23 grub-core/net/net.c | 7 ++++--- 25 include/grub/net.h | 2 +- 28 diff --git a/grub-core/net/net.c b/grub-core/net/net.c 30 --- a/grub-core/net/net.c 31 +++ b/grub-core/net/net.c 72 diff --git a/include/grub/net.h b/include/grub/net.h 74 --- a/include/grub/net.h 75 +++ b/include/grub/net.h
|
| /openbmc/sdbusplus/example/gen/net/poettering/ |
| H A D | meson.build | 4 sdbusplus_current_path = 'net/poettering' 7 'net/poettering/Calculator__markdown'.underscorify(), 9 '../../../yaml/net/poettering/Calculator.events.yaml', 10 '../../../yaml/net/poettering/Calculator.interface.yaml', 24 'net/poettering/Calculator', 32 'net/poettering/Calculator__registry'.underscorify(), 33 input: ['../../../yaml/net/poettering/Calculator.events.yaml'], 46 'net/poettering/Calculator',
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/ |
| H A D | net-snmp_5.9.4.bb | 2 HOMEPAGE = "http://www.net-snmp.org/" 3 SECTION = "net" 11 SRC_URI = "${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.tar.gz \ 18 file://0001-net-snmp-add-knob-whether-nlist.h-are-checked.patch \ 19 file://0002-net-snmp-fix-libtool-finish.patch \ 25 file://0008-net-snmp-fix-engineBoots-value-on-SIGHUP.patch \ 26 file://0009-net-snmp-fix-for-disable-des.patch \ 27 file://0010-net-snmp-Reproducibility-Don-t-check-build-host-for.patch \ 32 file://net-snmp-5.9.4-kernel-6.7.patch \ 36 UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/net-snmp/files/net-snmp/" [all …]
|
| /openbmc/openbmc/poky/meta/recipes-extended/procps/procps/ |
| H A D | sysctl.conf | 13 net/ipv4/tcp_syncookies=1 16 net/ipv4/conf/all/log_martians=1 19 net/ipv4/conf/all/accept_redirects=0 20 net/ipv4/conf/all/accept_source_route=0 21 net/ipv4/icmp_echo_ignore_broadcasts =1
|
| /openbmc/openbmc/meta-google/recipes-google/systemd/files/ |
| H A D | 40-gbmc-forward.conf | 1 net.ipv4.ip_forward=1 2 net.ipv4.conf.default.forwarding=1 3 net.ipv4.conf.all.forwarding=1 4 net.ipv6.conf.default.forwarding=1 5 net.ipv6.conf.all.forwarding=1
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/ |
| H A D | netdata.conf | 247 [plugin:proc:/proc/net/dev] 341 [plugin:proc:/proc/net/snmp] 358 [plugin:proc:/proc/net/netstat] 375 [plugin:proc:/proc/net/stat/nf_conntrack] 384 [plugin:proc:/proc/net/ip_vs_stats] 440 [plugin:proc:/proc/net/rpc/nfsd] 462 [plugin:proc:/proc/net/snmp6] 575 [plugin:proc:/proc/net/wireless] 582 [plugin:proc:/proc/net/sockstat] 595 [plugin:proc:/proc/net/sockstat6] [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
| H A D | openhpi-netsnmp-cross-compile.patch | 1 Fix net-snmp when cross-compiling 3 Remove irrelevant references to net-snmp libs and flags 4 when cross-compiling net-snmp 24 - SNMPFLAGS=`${net_snmp_config:-net-snmp-config} --cflags | perl -p -e 's/ -O\S*//g'` 25 - SNMPLIBS=`${net_snmp_config:-net-snmp-config} --libs` 39 - SNMPFLAGS=`${net_snmp_config:-net-snmp-config} --cflags | perl -p -e 's/ -O\S*//g'` 40 - SNMPLIBS=`${net_snmp_config:-net-snmp-config} --libs`
|
| /openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/ |
| H A D | network.conf | 1 net.ipv4.conf.all.arp_ignore=1 2 net.ipv4.conf.all.arp_filter=1 3 net.ipv4.conf.default.rp_filter=1 4 net.ipv4.conf.all.rp_filter=1
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_net.c | 40 struct efi_simple_network net; member 615 &netobj->net); in efi_net_register() 626 netobj->net.revision = EFI_SIMPLE_NETWORK_PROTOCOL_REVISION; in efi_net_register() 627 netobj->net.start = efi_net_start; in efi_net_register() 628 netobj->net.stop = efi_net_stop; in efi_net_register() 629 netobj->net.initialize = efi_net_initialize; in efi_net_register() 630 netobj->net.reset = efi_net_reset; in efi_net_register() 631 netobj->net.shutdown = efi_net_shutdown; in efi_net_register() 632 netobj->net.receive_filters = efi_net_receive_filters; in efi_net_register() 633 netobj->net.station_address = efi_net_station_address; in efi_net_register() [all …]
|
| /openbmc/qemu/docs/system/ |
| H A D | virtio-net-failover.rst | 2 QEMU virtio-net standby (net_failover) 5 This document explains the setup and usage of virtio-net standby feature which 9 virtio-net device. Before migration the vfio device is unplugged and data flows 10 through the virtio-net device, on the target side another vfio-pci device is 12 module will pair net devices with the same MAC address. 15 networking device is called the primary device and the virtio-net device is the 29 Virtio-net standby allows easy migration while using a passed-through 30 fast networking device by falling back to a virtio-net device for the 35 the virtio-net device. On the target system the primary device will be 46 -device virtio-net-pci,netdev=hostnet1,id=net1,mac=52:54:00:6f:55:cc,bus=root2,failover=on [all …]
|
| /openbmc/sdbusplus/example/gen/net/poettering/Calculator/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'net/poettering/Calculator' 6 'net/poettering/Calculator__cpp'.underscorify(), 8 '../../../../yaml/net/poettering/Calculator.events.yaml', 9 '../../../../yaml/net/poettering/Calculator.interface.yaml', 31 'net/poettering/Calculator',
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | net-lib.pl.patch | 7 --- a/net/net-lib.pl 8 +++ b/net/net-lib.pl
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | 0001-Fix-build-on-32bit.patch | 7 …src/mongo/util/net/http_client_curl.cpp: In function 'size_t mongo::{anonymous}::ReadMemoryCallbac… 8 …src/mongo/util/net/http_client_curl.cpp:172:21: error: no matching function for call to 'min(size_… 23 src/mongo/util/net/http_client_curl.cpp | 2 +- 26 diff --git a/src/mongo/util/net/http_client_curl.cpp b/src/mongo/util/net/http_client_curl.cpp 28 --- a/src/mongo/util/net/http_client_curl.cpp 29 +++ b/src/mongo/util/net/http_client_curl.cpp
|
| H A D | 1296.patch | 12 src/mongo/util/net/ssl_manager.cpp: In static member function 'static mongo::StatusWith<mongo::{ano… 13 src/mongo/util/net/ssl_manager.cpp:575:79: error: invalid conversion from 'size_t* {aka unsigned in… 21 src/mongo/util/net/ssl_manager.cpp | 6 +++--- 24 diff --git a/src/mongo/util/net/ssl_manager.cpp b/src/mongo/util/net/ssl_manager.cpp 26 --- a/src/mongo/util/net/ssl_manager.cpp 27 +++ b/src/mongo/util/net/ssl_manager.cpp
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
| H A D | 0001-no-bash.patch | 10 samples/auto.net | 2 +- 14 diff --git a/samples/auto.net b/samples/auto.net 16 --- a/samples/auto.net 17 +++ b/samples/auto.net
|
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | virtio-net.c | 69 virtio_net_cleanup(&v_net->net); in qvirtio_net_device_destructor() 75 QVirtioNet *interface = &v_net->net; in qvirtio_net_device_start_hw() 98 return qvirtio_net_get_driver(&v_net->net, interface); in qvirtio_net_device_get_driver() 106 QVirtioNet *interface = &virtio_ndevice->net; in virtio_net_device_create() 122 QVirtioNet *interface = &v_net->net; in qvirtio_net_pci_destructor() 132 QVirtioNet *interface = &v_net->net; in qvirtio_net_pci_start_hw() 146 return qvirtio_net_get_driver(&v_net->net, interface); in qvirtio_net_pci_get_driver() 153 QVirtioNet *interface = &virtio_bpci->net; in virtio_net_pci_create()
|
| /openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/network/ |
| H A D | persistent-net-name.bb | 1 SUMMARY = "udev rules for persistent net name" 2 DESCRIPTION = "udev rules for persistent net name" 9 SRC_URI += "file://85-persistent-net.rules" 15 install -m 0644 ${UNPACKDIR}/85-persistent-net.rules ${D}/${base_libdir}/udev/rules.d
|
| /openbmc/google-misc/subprojects/ncsid/src/ |
| H A D | ncsi_state_machine.h | 48 void set_sockio(net::SockIO* sock_io); 50 void set_net_config(net::ConfigBase* net_config); 109 net::ConfigBase* net_config_ = nullptr; 114 net::SockIO* sock_io_ = nullptr;
|
| H A D | ncsi_sockio.h | 27 class SockIO : public net::SockIO 32 explicit SockIO(int sockfd) : net::SockIO(sockfd) {} in SockIO() 43 int bind_to_iface(const net::IFaceBase& iface);
|
| /openbmc/phosphor-webui/app/configuration/styles/ |
| H A D | network.scss | 1 .net-config__form { 17 .net-config__fieldset { 22 .net-config__fieldset-content { 27 .net-config__static-ip-wrap {
|