Home
last modified time | relevance | path

Searched refs:do_bootp (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/
H A Dnet.c17 static int do_bootp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_bootp() function
23 bootp, 3, 1, do_bootp,
/openbmc/linux/net/ipv4/
H A Dipconfig.c1197 int do_bootp = ic_proto_have_if & IC_BOOTP; in ic_dynamic() local
1227 if (do_bootp) in ic_dynamic()
1244 do_bootp in ic_dynamic()
1246 (do_bootp && do_rarp) ? " and " : "", in ic_dynamic()
1256 if (do_bootp && (d->able & IC_BOOTP)) in ic_dynamic()
1305 if (do_bootp) in ic_dynamic()