Searched refs:netmask (Results 1 – 20 of 20) sorted by relevance
/u-boot/drivers/net/ |
A D | netconsole.c | 57 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 D | README.link-local | 27 The "ipaddr", "netmask", and "gatewayip" variables are set 73 "setenv netmask $snetmask; " \
|
A D | README.vxworks | 66 environments variables: bootdev, bootfile, ipaddr, netmask, serverip,
|
A D | README.odroid | 203 Odroid # printenv ipaddr netmask gatewayip dnsip 205 netmask=255.255.255.0
|
A D | README.m54418twr | 163 netmask=255.255.255.0
|
/u-boot/board/freescale/mpc8323erdb/ |
A D | README | 57 netmask, ethaddr, eth1addr, rootpath (if using NFS root),
|
/u-boot/board/k+p/bootscripts/ |
A D | tpcboot.cmd | 75 setenv addip "setenv bootargs '${bootargs}' ip='${ipaddr}':'${serverip}':'${gatewayip}':'${netmask}…
|
/u-boot/board/freescale/mpc8315erdb/ |
A D | README | 93 netmask, ethaddr, eth1addr, rootpath (if using NFS root),
|
/u-boot/board/freescale/mpc8313erdb/ |
A D | README | 99 netmask, ethaddr, eth1addr, rootpath (if using NFS root),
|
/u-boot/doc/SPL/ |
A D | README.am335x-network | 57 subnet 192.168.8.0 netmask 255.255.255.0 {
|
/u-boot/board/freescale/m53017evb/ |
A D | README | 169 netmask=255.255.255.0
|
/u-boot/board/freescale/m547xevb/ |
A D | README | 184 netmask=255.255.255.0
|
/u-boot/net/ |
A D | net.c | 241 U_BOOT_ENV_CALLBACK(netmask, on_netmask);
|
/u-boot/doc/uImage.FIT/ |
A D | howto.txt | 201 addip=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${ne…
|
/u-boot/board/freescale/m5373evb/ |
A D | README | 170 netmask=255.255.255.0
|
/u-boot/board/freescale/m54455evb/ |
A D | README | 246 netmask=255.255.255.0
|
/u-boot/doc/board/sifive/ |
A D | fu540.rst | 128 => setenv netmask 255.255.252.0
|
/u-boot/doc/board/microchip/ |
A D | mpfs_icicle.rst | 245 RISC-V # setenv netmask 255.255.255.0
|
/u-boot/ |
A D | README | 616 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 D | Kconfig | 1489 bool "Request & store 'netmask' from BOOTP/DHCP server"
|
Completed in 28 milliseconds