Searched refs:env (Results 1 – 2 of 2) sorted by relevance
113 char *env; in get_udev_ipv4_info() local130 env = env_get(ipstr); in get_udev_ipv4_info()131 if (env) in get_udev_ipv4_info()132 ip4addr_aton(env, ip); in get_udev_ipv4_info()134 env = env_get(maskstr); in get_udev_ipv4_info()135 if (env) in get_udev_ipv4_info()136 ip4addr_aton(env, mask); in get_udev_ipv4_info()138 env = env_get(gwstr); in get_udev_ipv4_info()139 if (env) in get_udev_ipv4_info()140 ip4addr_aton(env, gw); in get_udev_ipv4_info()
119 Keeps the server's MAC address, in the env 'serveraddr'133 bool "Use the 'serverip' env var for tftp, not bootp"
Completed in 12 milliseconds