Searched refs:ip_addr (Results 1 – 15 of 15) sorted by relevance
| /openbmc/openbmc-test-automation/tools/ |
| H A D | convert_ip_to_dummy | 12 ip_addr="${1}" ; shift 16 if [ -z "${ip_addr}" ] ; then 28 ip_addr_regex=`echo ${ip_addr} | sed 's/\(\.\)/\\\./g'`
|
| /openbmc/u-boot/net/ |
| H A D | dns.c | 111 struct in_addr ip_addr; in dns_handler() local 181 memcpy(&ip_addr, p, 4); in dns_handler() 184 ip_to_string(ip_addr, ip_str); in dns_handler()
|
| /openbmc/qemu/qga/ |
| H A D | commands-win32.c | 1553 static char *guest_addr_to_str(IP_ADAPTER_UNICAST_ADDRESS *ip_addr, in guest_addr_to_str() argument 1560 if (ip_addr->Address.lpSockaddr->sa_family == AF_INET || in guest_addr_to_str() 1561 ip_addr->Address.lpSockaddr->sa_family == AF_INET6) { in guest_addr_to_str() 1563 ret = WSAAddressToString(ip_addr->Address.lpSockaddr, in guest_addr_to_str() 1564 ip_addr->Address.iSockaddrLength, in guest_addr_to_str() 1578 static int64_t guest_ip_prefix(IP_ADAPTER_UNICAST_ADDRESS *ip_addr) in guest_ip_prefix() argument 1583 return ip_addr->OnLinkPrefixLength; in guest_ip_prefix() 1649 IP_ADAPTER_UNICAST_ADDRESS *ip_addr = NULL; in qmp_guest_network_get_interfaces() local 1693 for (ip_addr = addr->FirstUnicastAddress; in qmp_guest_network_get_interfaces() 1694 ip_addr; in qmp_guest_network_get_interfaces() [all …]
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_network_utils.robot | 195 ${ip_addr}= Read Attribute ${ip_uri} Address 196 Append To List ${ip_list} ${ip_addr} 203 [Arguments] ${ip_addr} @{ip_uri_list} 206 # ip_addr IP address to be deleted. 213 IF '${ip_addr}' == '${ip_addr1}' 221 Run Keyword And Return If '${ip_addr}' != '${ip_addr1}' 237 Should Not Contain Match ${ip_data} ${ip_addr}* 249 ${host_name} ${ip_addr}= Get Host Name IP ${host} 256 ${split_ip}= Split String From Right ${ip_addr} . 1 643 [Arguments] ${id} ${ip_addr} ${prefix_len} ${gateway_ip}=${gateway} [all …]
|
| /openbmc/u-boot/cmd/ |
| H A D | pxe.c | 336 char ip_addr[9]; in pxe_ipaddr_paths() local 339 sprintf(ip_addr, "%08X", ntohl(net_ip.s_addr)); in pxe_ipaddr_paths() 342 err = get_pxelinux_path(cmdtp, ip_addr, pxefile_addr_r); in pxe_ipaddr_paths() 347 ip_addr[mask_pos] = '\0'; in pxe_ipaddr_paths()
|
| /openbmc/u-boot/doc/ |
| H A D | README.NetConsole | 12 port of the destination. The format is <ip_addr>:<port>. If <port> is
|
| H A D | README.arm-relocation | 176 ip_addr = XXXXXXXXXX
|
| H A D | README.m54418twr | 189 ip_addr = 192.168.1.2
|
| /openbmc/openbmc-test-automation/gui/gui_test/overview_menu/ |
| H A D | test_overview_menu.robot | 63 ${ip_addr}= Set Variable ${resp[0]['Address']} 64 Page Should Contain ${ip_addr}
|
| /openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
| H A D | test_network_sub_menu.robot | 1066 [Arguments] ${ip_version} ${ip_addr} 1070 # ip_addr IP address to be deleted. 1085 ${delete_status}= Run Keyword And Return Status Verify IP On BMC ${ip_addr} 1087 ${delete_status}= Run Keyword And Return Status Verify IPv6 On BMC ${ip_addr} 1091 Wait Until Page Does Not Contain ${ip_addr} 1131 [Arguments] ${ip_addr} 1134 # ip_addr IP address to be deleted. 1136 Wait Until Page Contains ${ip_addr}
|
| /openbmc/u-boot/board/freescale/m547xevb/ |
| H A D | README | 212 ip_addr = 192.162.1.2
|
| /openbmc/openbmc-test-automation/redfish/managers/ |
| H A D | test_bmc_network_conf.robot | 756 ${ip_addr} ${gateway} ${subnetmask}= Get DHCP IP Info 757 Add IP Address ${ip_addr} ${subnetmask} ${gateway}
|
| /openbmc/u-boot/board/freescale/m5373evb/ |
| H A D | README | 191 ip_addr = 192.168.1.3
|
| /openbmc/u-boot/board/freescale/m54455evb/ |
| H A D | README | 272 ip_addr = 192.168.1.3
|
| /openbmc/u-boot/include/ |
| H A D | efi_api.h | 1183 u8 ip_addr[16]; member
|