Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dipconfig.h26 #define IC_BOOTP 0x01 /* BOOTP (or DHCP, see below) */ macro
/linux-6.3-rc2/net/ipv4/
A Dipconfig.c120 | IC_BOOTP
232 able |= IC_BOOTP; in ic_open_devs()
256 if (able & IC_BOOTP) in ic_open_devs()
1163 ic_got_reply = IC_BOOTP; in ic_bootp_recv()
1191 int do_bootp = ic_proto_have_if & IC_BOOTP; in ic_dynamic()
1205 if ((ic_proto_enabled ^ ic_proto_have_if) & IC_BOOTP) in ic_dynamic()
1250 if (do_bootp && (d->able & IC_BOOTP)) in ic_dynamic()
1265 if ((ic_got_reply & IC_BOOTP) && in ic_dynamic()
1701 ic_proto_enabled &= ~(IC_BOOTP | IC_USE_DHCP); in ic_proto_name()

Completed in 5 milliseconds