/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_network_configuration.robot | 63 ${ip_address}= Set Variable if '${ipv4_address['Address']}' == '${STATIC_IP}' 65 Exit For Loop If ${ip_address} != None 68 Should Be Equal ${ip_address['AddressOrigin']} Static 69 Should Be Equal ${ip_address['SubnetMask']} ${NETMASK} 70 Should Be Equal ${ip_address['Gateway']} ${GATEWAY} 122 Valid Value lan_config['IP Address'] ['${ip_address}'] 164 Valid Value lan_config['IP Address'] ['${ip_address}'] 210 Set IPMI Inband Network Configuration ${ip_address} ${subnet_mask} 225 ${host_name} ${ip_address}= Get Host Name IP host=${OPENBMC_HOST} 226 Set Suite Variable ${ip_address} [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | host.tcl | 29 lassign [split $out_buf " "] host_name fill1 fill2 ip_address 34 set ip_address ${host} 41 return [list ${host_name} ${short_host_name} ${ip_address}]
|
H A D | bmc_network_utils.py | 34 ip_address = socket.gethostbyname(str(host_fqdns)) 35 ip_list.append(ip_address)
|
H A D | common_utils.robot | 915 [Arguments] ${ip_address} ${ip_data} 918 # ip_address IP address to check (e.g. xx.xx.xx.xx). 921 Should Contain Match ${ip_data} ${ip_address}/* 922 ... msg=${ip_address} not found in the list provided.
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer/ |
H A D | 0001-add-gupnp-1.2-API-support.patch | 114 - ip_address = gupnp_context_get_host_ip( 116 + ip_address = gssdp_client_get_host_ip( 119 if (!udn || !ip_address)
|
/openbmc/openbmc-test-automation/network/ |
H A D | test_host_network.robot | 30 ${ip_address}= utilities.random_ip 36 ${ip_address_hex}= IP Address To Hex String ${ip_address} 48 Should Be Equal ${data["Address"]} ${ip_address}
|
/openbmc/qemu/docs/system/ |
H A D | tls.rst | 116 ip_address = 10.0.1.87 117 ip_address = 192.8.0.92 118 ip_address = 2620:0:cafe::87 119 ip_address = 2001:24::92 132 The ``dns_name`` and ``ip_address`` fields in the template are setting 186 the ``dns_name`` and ``ip_address`` fields are not included. The 219 ip_address = 10.0.1.87 220 ip_address = 192.8.0.92 221 ip_address = 2620:0:cafe::87 222 ip_address = 2001:24::92
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | common.tls | 141 ip_address = 127.0.0.1 142 ip_address = ::1
|
/openbmc/openbmc-test-automation/lib/external_intf/ |
H A D | management_console_utils.robot | 112 ${ip_address}= Get Running System IP 117 Valid Value temp_ipaddr ${ip_address}
|
/openbmc/linux/drivers/scsi/be2iscsi/ |
H A D | be_mgmt.c | 165 req->ip_address.ip_type = BEISCSI_IP_TYPE_V4; in mgmt_open_connection() 166 req->ip_address.addr[0] = s_addr & 0x000000ff; in mgmt_open_connection() 167 req->ip_address.addr[1] = (s_addr & 0x0000ff00) >> 8; in mgmt_open_connection() 168 req->ip_address.addr[2] = (s_addr & 0x00ff0000) >> 16; in mgmt_open_connection() 169 req->ip_address.addr[3] = (s_addr & 0xff000000) >> 24; in mgmt_open_connection() 176 req->ip_address.ip_type = BEISCSI_IP_TYPE_V6; in mgmt_open_connection() 177 memcpy(&req->ip_address.addr, in mgmt_open_connection()
|
H A D | be_cmds.h | 1118 struct ip_addr_format ip_address; member 1132 struct ip_addr_format ip_address; member
|
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
H A D | test_network_sub_menu.robot | 313 [Arguments] ${ip_address} ${subnet_mask} ${gateway_address} ${expected_status}=error 316 # ip_address IP address to be added (e.g. 10.7.7.7). 325 Input Text ${xpath_input_ip_address} ${ip_address} 331 ... Run Keywords Wait Until Page Contains ${ip_address} timeout=40sec
|
H A D | test_snmp_alerts_sub_menu.robot | 418 FOR ${ip_address} IN @{ip_address_list} 420 ... Delete SNMP Manager Via GUI ${ip_address} ${SNMP_DEFAULT_PORT}
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_client_identifier.robot | 188 ${ip_address}= Get Running System IP 192 Valid Value temp_ipaddr ${ip_address}
|
H A D | test_vmi.robot | 279 # username password ip_address gateway nemask valid_status_code 291 # username password ip_address gateway nemask valid_status_code 325 # username password ip_address gateway netmask valid_status_code 337 # username password ip_address gateway netmask valid_status_code
|
/openbmc/u-boot/board/freescale/mx35pdk/ |
H A D | README | 37 ip_address -l <board_ip/netmask> -h <server_ip>
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ceph.rst | 124 mon_addr=ip_address[:port][/ip_address[:port]]
|
/openbmc/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_def.h | 470 uint8_t ip_address[IP_ADDR_LEN]; member 535 u8 ip_address[16]; member
|
H A D | ql4_init.c | 205 int8_t ip_address[IPv6_ADDR_LEN] = {0} ; in qla4xxx_wait_for_ip_config() local 240 ip_address, IPv6_ADDR_LEN) == 0) { in qla4xxx_wait_for_ip_config()
|
/openbmc/openbmc-test-automation/bin/ |
H A D | sol_utils.tcl | 650 lassign [get_host_name_ip $os_host 0] os_hostname short_host_name ip_address
|
/openbmc/qemu/qga/ |
H A D | commands-posix.c | 1071 address_item->ip_address = g_strdup(addr4); in qmp_guest_network_get_interfaces() 1090 address_item->ip_address = g_strdup(addr6); in qmp_guest_network_get_interfaces()
|
/openbmc/bmcweb/scripts/ |
H A D | generate_auth_certificates.py | 247 value = ipaddress.ip_address(url)
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_network_conf.robot | 827 [Arguments] ${ip_address} 830 # ip_address Configured IP address which need to verified. 835 … ${ip_found}= Set Variable If '${network_configuration['Address']}' == '${ip_address}' ${True}
|
/openbmc/linux/drivers/scsi/ |
H A D | myrs.h | 508 unsigned char ip_address[16]; /* Bytes 16-31 */ member
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_fc.h | 860 u32 ip_address[4]; member
|