Searched refs:net_parse_bootfile (Results 1 – 4 of 4) sorted by relevance
856 int net_parse_bootfile(struct in_addr *ipaddr, char *filename, int max_len);
660 if (!net_parse_bootfile(&tftp_remote_ip, tftp_filename, MAX_LEN)) { in tftp_start()
862 if (!net_parse_bootfile(&nfs_server_ip, nfs_path, in nfs_start()
1567 int net_parse_bootfile(struct in_addr *ipaddr, char *filename, int max_len) in net_parse_bootfile() function