/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | simple.script | 8 [ -n "$subnet" ] && NETMASK="netmask $subnet"
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | devlink_trap_l3_drops.sh | 518 local subnet=$1; shift 529 ip -$flags route add blackhole $subnet 542 ip -$flags route del blackhole $subnet 657 local subnet=$1; shift 666 ip -$flags route add $subnet nhid 1 679 ip -$flags route del $subnet
|
H A D | devlink_trap_l3_exceptions.sh | 403 local subnet=$1; shift 414 ip address add $extra_add/$subnet dev $h2 448 ip address del $extra_add/$subnet dev $h2
|
/openbmc/qemu/qapi/ |
H A D | net.json | 539 # along with @end-address and @subnet-mask. This address is used 545 # specified along with @start-address and @subnet-mask. 547 # @subnet-mask: The IPv4 subnet mask to use on the interface. Must be 548 # specified along with @start-address and @subnet-mask. 567 '*subnet-mask': 'str', 580 # interfaces on the same subnet. If no DHCP settings, subnet mask and 586 # along with @end-address and @subnet-mask. This address is used 592 # specified along with @start-address and @subnet-mask. 594 # @subnet-mask: The IPv4 subnet mask to use on the interface. Must be 595 # specified along with @start-address and @subnet-mask. [all …]
|
/openbmc/phosphor-host-ipmid/docs/ |
H A D | ipmi-network-format.md | 20 configs: - IP Address - 1 byte subnet value - Gateway address 44 Set the subnet mask (short notation), eg '16': 0x10
|
/openbmc/linux/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 118 static __init inline u8 horrible_mask_to_cidr(union nf_inet_addr subnet) in horrible_mask_to_cidr() argument 120 return hweight32(subnet.all[0]) + hweight32(subnet.all[1]) + in horrible_mask_to_cidr() 121 hweight32(subnet.all[2]) + hweight32(subnet.all[3]); in horrible_mask_to_cidr()
|
/openbmc/linux/Documentation/networking/ |
H A D | arcnet.rst | 423 I assigned it one on a "private subnet" (as defined by RFC1597). 436 route add freedom arc0 /* I would use the subnet here (like I said 438 but the rest of the subnet 461 freedom for this subnet). 464 provider) has an IP address on a different subnet than freedom and 474 that is on my private subnet, the same subnet that patience is on. I 484 giving its IP address as gatekeeper (on the private subnet). When it 490 assign insight another special IP number from my private subnet. Since 509 (registered Internet subnet) (RFC1597 private subnet)
|
H A D | netconsole.rst | 216 in case the remote logging agent is on a separate LAN subnet than
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_vmi_multiple_interfaces.robot | 29 [Documentation] Configure VMI both interfaces in same subnet and verify. 39 [Documentation] Configure VMI both interfaces in different subnet and verify.
|
H A D | test_discovery.robot | 3 ... check BMC and Avahi browse machine should be in same subnet.
|
/openbmc/linux/drivers/scsi/be2iscsi/ |
H A D | be_iscsi.c | 344 u8 *ip = NULL, *subnet = NULL, *gw; in beiscsi_iface_config_ipv4() local 379 subnet = info->value; in beiscsi_iface_config_ipv4() 382 ip, subnet); in beiscsi_iface_config_ipv4() 389 subnet = info->value; in beiscsi_iface_config_ipv4() 396 ip, subnet); in beiscsi_iface_config_ipv4()
|
H A D | be_mgmt.c | 553 u8 *subnet, u32 ip_type) in beiscsi_if_set_ip() argument 576 if (subnet) in beiscsi_if_set_ip() 578 subnet, ip_len); in beiscsi_if_set_ip() 597 u8 *ip, u8 *subnet) in beiscsi_if_en_static() argument 638 rc = beiscsi_if_set_ip(phba, ip, subnet, ip_type); in beiscsi_if_en_static()
|
H A D | be_mgmt.h | 175 u8 *ip, u8 *subnet);
|
/openbmc/u-boot/doc/SPL/ |
H A D | README.am335x-network | 41 - Edit your dhcpd.conf and subnet declaration matching the address 57 subnet 192.168.8.0 netmask 255.255.255.0 {
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | hypervisor_system.hpp | 390 const std::string& ethIfaceId, const uint8_t subnet) in setHypervisorIPv4Subnet() argument 392 BMCWEB_LOG_DEBUG("Setting the Hypervisor subnet : {} on Iface: {}", subnet, in setHypervisorIPv4Subnet() 399 "xyz.openbmc_project.Network.IP", "PrefixLength", subnet); in setHypervisorIPv4Subnet()
|
/openbmc/openbmc-test-automation/lib/pdu/ |
H A D | schneider.robot | 65 # Use tcpip command for IP address(-i), subnet(-s), and gateway(-g)
|
/openbmc/linux/Documentation/scsi/ |
H A D | cxgb3i.rst | 73 same as the ethX's ip address or an address on the same subnet. Make
|
/openbmc/webui-vue/src/views/Settings/Network/ |
H A D | TableIpv4.vue | 120 label: i18n.global.t('pageNetwork.table.subnet'),
|
/openbmc/linux/net/ipv4/ |
H A D | fib_frontend.c | 1196 int subnet = 0; /* Primary network */ in fib_del_ifaddr() local 1220 subnet = 1; in fib_del_ifaddr() 1306 if (subnet && ifa->ifa_prefixlen < 31) { in fib_del_ifaddr()
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_network_configuration.robot | 166 # Validate existing subnet mask.
|
/openbmc/linux/tools/hv/ |
H A D | hv_kvp_daemon.c | 1200 static int process_ip_string_nm(FILE *f, char *ip_string, char *subnet, in process_ip_string_nm() argument 1214 parse_ip_val_buffer(subnet, in process_ip_string_nm()
|
/openbmc/linux/drivers/scsi/ |
H A D | iscsi_boot_sysfs.c | 162 iscsi_boot_rd_attr(eth_subnet, subnet-mask, ISCSI_BOOT_ETH_SUBNET_MASK);
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_network_utils.robot | 238 [Documentation] Find first non-pingable IP from the subnet and return it. 245 # Non-pingable IP is unused IP address in the subnet. 264 Fail msg=No non-pingable IP could be found in subnet ${network_part}.
|
/openbmc/u-boot/doc/ |
H A D | README.usb | 149 and some bootp options, which tell your board to obtain its subnet,
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-class-infiniband | 60 sm_sl: (RO) Subnet manager SL for port's subnet 62 sm_lid: (RO) Subnet manager LID for port's subnet
|