Home
last modified time | relevance | path

Searched refs:net_parse_rootpath (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/stand/common/
H A Ddev_net.h34 uint32_t net_parse_rootpath(void);
H A Ddev_net.c327 if ((rootaddr = net_parse_rootpath()) != INADDR_NONE) in net_getparams()
387 net_parse_rootpath(void) in net_parse_rootpath() function
/freebsd-12.1/stand/uboot/lib/
H A Dnet.c167 rootaddr = net_parse_rootpath(); in get_env_net_params()