Home
last modified time | relevance | path

Searched refs:ipaddr (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/
H A D0006-Make-gemspecs-reproducible.patch14 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 Dqemu_ga_client.py134 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 Dcrypto-tls-x509-helpers.h159 hostname, ipaddr) \ argument
162 .cn = hostname ? hostname : ipaddr, \
164 .ipaddr1 = ipaddr, \
/openbmc/phosphor-host-ipmid/docs/
H A Dipmitool-commands-cheatsheet.md17 `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 DREADME.link-local27 The "ipaddr", "netmask", and "gatewayip" variables are set
72 "setenv ipaddr $sipaddr; " \
H A DREADME.odroid203 Odroid # printenv ipaddr netmask gatewayip dnsip
204 ipaddr=192.168.1.10
222 Odroid # setenv ipaddr 192.168.1.10
H A DREADME.dfutftp67 * setup "serverip" and "ipaddr" variables
H A DREADME.vxworks53 environments variables: bootdev, bootfile, ipaddr, netmask, serverip,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/
H A D0003-rarpd.c-bug-fix.patch188 @@ -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 Dtest_ipmi_network_configuration.robot96 ... 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 DREADME56 properly (including ipaddr, serverip, gatewayip (if needed),
/openbmc/u-boot/board/congatec/cgtqmx6eval/
H A DREADME30 => setenv ipaddr <board_ip_address>
/openbmc/u-boot/board/k+p/bootscripts/
H A Dtpcboot.cmd69 setenv addip "setenv bootargs '${bootargs}' ip='${ipaddr}':'${serverip}':'${gatewayip}':'${netmask}…
/openbmc/ipmitool/contrib/
H A Dbmc-snmp-proxy167 ${IPMITOOL} lan alert set ${CHANNEL} ${ALERT_DEST} ipaddr ${1} \
/openbmc/u-boot/configs/
H A Daxm_defconfig19 CONFIG_BOOTARGS="\0addip=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmas…
/openbmc/docs/
H A DIPMITOOL-cheatsheet.md292 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 DREADME92 properly (including ipaddr, serverip, gatewayip (if needed),
/openbmc/u-boot/net/
H A Dnet.c226 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 Dbubt.txt16 - For the TFTP interface set serverip and ipaddr.
/openbmc/u-boot/board/freescale/mpc8313erdb/
H A DREADME98 properly (including ipaddr, serverip, gatewayip (if needed),
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DREADME.md303 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 DREADME140 => setenv <ipaddr>
/openbmc/u-boot/board/technexion/pico-imx6ul/
H A DREADME87 => setenv ipaddr 192.168.0.11
/openbmc/u-boot/include/
H A Dnet.h856 int net_parse_bootfile(struct in_addr *ipaddr, char *filename, int max_len);
/openbmc/u-boot/board/freescale/m53017evb/
H A DREADME171 ipaddr=192.168.1.3

12