Home
last modified time | relevance | path

Searched refs:net_parse_bootfile (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dnet.h856 int net_parse_bootfile(struct in_addr *ipaddr, char *filename, int max_len);
/openbmc/u-boot/net/
H A Dtftp.c660 if (!net_parse_bootfile(&tftp_remote_ip, tftp_filename, MAX_LEN)) { in tftp_start()
H A Dnfs.c862 if (!net_parse_bootfile(&nfs_server_ip, nfs_path, in nfs_start()
H A Dnet.c1567 int net_parse_bootfile(struct in_addr *ipaddr, char *filename, int max_len) in net_parse_bootfile() function