Home
last modified time | relevance | path

Searched refs:netmask (Results 1 – 20 of 20) sorted by relevance

/u-boot/drivers/net/
A Dnetconsole.c57 static struct in_addr netmask; in is_broadcast() local
64 netmask = env_get_ip("netmask"); in is_broadcast()
71 ((netmask.s_addr & our_ip.s_addr) == in is_broadcast()
72 (netmask.s_addr & ip.s_addr) && /* on the same net and */ in is_broadcast()
73 (netmask.s_addr | ip.s_addr) == ~0)); /* bcast to our net */ in is_broadcast()
/u-boot/doc/
A DREADME.link-local27 The "ipaddr", "netmask", and "gatewayip" variables are set
73 "setenv netmask $snetmask; " \
A DREADME.vxworks66 environments variables: bootdev, bootfile, ipaddr, netmask, serverip,
A DREADME.odroid203 Odroid # printenv ipaddr netmask gatewayip dnsip
205 netmask=255.255.255.0
A DREADME.m54418twr163 netmask=255.255.255.0
/u-boot/board/freescale/mpc8323erdb/
A DREADME57 netmask, ethaddr, eth1addr, rootpath (if using NFS root),
/u-boot/board/k+p/bootscripts/
A Dtpcboot.cmd75 setenv addip "setenv bootargs '${bootargs}' ip='${ipaddr}':'${serverip}':'${gatewayip}':'${netmask}…
/u-boot/board/freescale/mpc8315erdb/
A DREADME93 netmask, ethaddr, eth1addr, rootpath (if using NFS root),
/u-boot/board/freescale/mpc8313erdb/
A DREADME99 netmask, ethaddr, eth1addr, rootpath (if using NFS root),
/u-boot/doc/SPL/
A DREADME.am335x-network57 subnet 192.168.8.0 netmask 255.255.255.0 {
/u-boot/board/freescale/m53017evb/
A DREADME169 netmask=255.255.255.0
/u-boot/board/freescale/m547xevb/
A DREADME184 netmask=255.255.255.0
/u-boot/net/
A Dnet.c241 U_BOOT_ENV_CALLBACK(netmask, on_netmask);
/u-boot/doc/uImage.FIT/
A Dhowto.txt201 addip=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${ne…
/u-boot/board/freescale/m5373evb/
A DREADME170 netmask=255.255.255.0
/u-boot/board/freescale/m54455evb/
A DREADME246 netmask=255.255.255.0
/u-boot/doc/board/sifive/
A Dfu540.rst128 => setenv netmask 255.255.252.0
/u-boot/doc/board/microchip/
A Dmpfs_icicle.rst245 RISC-V # setenv netmask 255.255.255.0
/u-boot/
A DREADME616 environments variables: bootdev, bootfile, ipaddr, netmask,
1302 (Environment variable "netmask")
3434 netmask - Subnet Mask
3522 setenv addip 'setenv bootargs $bootargs ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname::off'
/u-boot/cmd/
A DKconfig1489 bool "Request & store 'netmask' from BOOTP/DHCP server"

Completed in 28 milliseconds