| /openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/ |
| H A D | 0006-Make-gemspecs-reproducible.patch | 14 lib/ipaddr.gemspec | 1 + 54 diff --git a/lib/ipaddr.gemspec b/lib/ipaddr.gemspec 56 --- a/lib/ipaddr.gemspec 57 +++ b/lib/ipaddr.gemspec 60 spec.name = "ipaddr"
|
| /openbmc/qemu/python/qemu/utils/ |
| H A D | qemu_ga_client.py | 134 for ipaddr in nif['ip-addresses']: 135 if ipaddr['ip-address-type'] == 'ipv4': 136 addr = ipaddr['ip-address'] 137 mask = self.__gen_ipv4_netmask(int(ipaddr['prefix'])) 139 elif ipaddr['ip-address-type'] == 'ipv6': 140 addr = ipaddr['ip-address'] 141 prefix = ipaddr['prefix']
|
| /openbmc/qemu/tests/unit/ |
| H A D | crypto-tls-x509-helpers.h | 159 hostname, ipaddr) \ argument 162 .cn = hostname ? hostname : ipaddr, \ 164 .ipaddr1 = ipaddr, \
|
| /openbmc/phosphor-host-ipmid/docs/ |
| H A D | ipmitool-commands-cheatsheet.md | 17 `ipmitool lan set <channel> ipaddr <x.x.x.x>` 25 `ipmitool lan set <channel> defgw ipaddr <x.x.x.x>`
|
| /openbmc/u-boot/doc/ |
| H A D | README.link-local | 27 The "ipaddr", "netmask", and "gatewayip" variables are set 72 "setenv ipaddr $sipaddr; " \
|
| H A D | README.odroid | 203 Odroid # printenv ipaddr netmask gatewayip dnsip 204 ipaddr=192.168.1.10 222 Odroid # setenv ipaddr 192.168.1.10
|
| H A D | README.dfutftp | 67 * setup "serverip" and "ipaddr" variables
|
| H A D | README.vxworks | 53 environments variables: bootdev, bootfile, ipaddr, netmask, serverip,
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/ |
| H A D | 0003-rarpd.c-bug-fix.patch | 188 @@ -388,7 +394,7 @@ void arp_advise(int ifindex, unsigned char *lladdr, int lllen, __u32 ipaddr) 247 memcpy(ptr, &rmap->ipaddr, 4); 250 + inet_ntoa(*(struct in_addr *)&rmap->ipaddr), tmpname);
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_network_configuration.robot | 96 ... lan set ${CHANNEL_NUMBER} ipaddr ${STATIC_IP} login_host=${0} 197 ... lan set ${CHANNEL_NUMBER} ipaddr ${ip} login_host=${0} 201 ... lan set ${CHANNEL_NUMBER} defgw ipaddr ${gateway} login_host=${0}
|
| /openbmc/u-boot/board/freescale/mpc8323erdb/ |
| H A D | README | 56 properly (including ipaddr, serverip, gatewayip (if needed),
|
| /openbmc/u-boot/board/congatec/cgtqmx6eval/ |
| H A D | README | 30 => setenv ipaddr <board_ip_address>
|
| /openbmc/u-boot/board/k+p/bootscripts/ |
| H A D | tpcboot.cmd | 69 setenv addip "setenv bootargs '${bootargs}' ip='${ipaddr}':'${serverip}':'${gatewayip}':'${netmask}…
|
| /openbmc/ipmitool/contrib/ |
| H A D | bmc-snmp-proxy | 167 ${IPMITOOL} lan alert set ${CHANNEL} ${ALERT_DEST} ipaddr ${1} \
|
| /openbmc/u-boot/configs/ |
| H A D | axm_defconfig | 19 CONFIG_BOOTARGS="\0addip=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmas…
|
| /openbmc/docs/ |
| H A D | IPMITOOL-cheatsheet.md | 292 ipaddr <x.x.x.x> : Set ip for this channel 295 defgw ipaddr <x.x.x.x> : Set the default gateway IP address 297 bakgw ipaddr <x.x.x.x> : Set the IP address of the backup gateway
|
| /openbmc/u-boot/board/freescale/mpc8315erdb/ |
| H A D | README | 92 properly (including ipaddr, serverip, gatewayip (if needed),
|
| /openbmc/u-boot/net/ |
| H A D | net.c | 226 U_BOOT_ENV_CALLBACK(ipaddr, on_ipaddr); 1567 int net_parse_bootfile(struct in_addr *ipaddr, char *filename, int max_len) in net_parse_bootfile() argument 1576 if (ipaddr) in net_parse_bootfile() 1577 *ipaddr = string_to_ip(net_boot_file_name); in net_parse_bootfile()
|
| /openbmc/u-boot/doc/mvebu/cmd/ |
| H A D | bubt.txt | 16 - For the TFTP interface set serverip and ipaddr.
|
| /openbmc/u-boot/board/freescale/mpc8313erdb/ |
| H A D | README | 98 properly (including ipaddr, serverip, gatewayip (if needed),
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/ |
| H A D | README.md | 303 ipmitool -I dbus lan set 1 ipaddr <IP address> 307 ipmitool -I dbus lan set 1 defgw ipaddr <IP address>
|
| /openbmc/u-boot/board/freescale/mpc8572ds/ |
| H A D | README | 140 => setenv <ipaddr>
|
| /openbmc/u-boot/board/technexion/pico-imx6ul/ |
| H A D | README | 87 => setenv ipaddr 192.168.0.11
|
| /openbmc/u-boot/include/ |
| H A D | net.h | 856 int net_parse_bootfile(struct in_addr *ipaddr, char *filename, int max_len);
|
| /openbmc/u-boot/board/freescale/m53017evb/ |
| H A D | README | 171 ipaddr=192.168.1.3
|