Home
last modified time | relevance | path

Searched refs:env_get_ip (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dnetconsole.c65 netmask = env_get_ip("netmask"); in is_broadcast()
66 our_ip = env_get_ip("ipaddr"); in is_broadcast()
86 nc_ip = env_get_ip("ncip"); in refresh_settings_from_env()
/OK3568_Linux_fs/u-boot/net/
H A Dlink_local.c107 ip = env_get_ip("llipaddr"); in link_local_start()
/OK3568_Linux_fs/u-boot/cmd/
H A Delf.c303 u32 mask = env_get_ip("netmask").s_addr; in do_bootvx()
H A Dnet.c447 net_ntp_server = env_get_ip("ntpserverip"); in do_sntp()
/OK3568_Linux_fs/u-boot/include/
H A Dcommon.h723 static inline struct in_addr env_get_ip(char *var) in env_get_ip() function