Home
last modified time | relevance | path

Searched refs:IC_BOOTP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dipconfig.h24 #define IC_BOOTP 0x01 /* BOOTP (or DHCP, see below) */ macro
/kernel/linux/linux-6.6/include/net/
H A Dipconfig.h26 #define IC_BOOTP 0x01 /* BOOTP (or DHCP, see below) */ macro
/kernel/linux/linux-5.10/net/ipv4/
H A Dipconfig.c121 | IC_BOOTP
233 able |= IC_BOOTP; in ic_open_devs()
257 if (able & IC_BOOTP) in ic_open_devs()
1139 ic_got_reply = IC_BOOTP; in ic_bootp_recv()
1167 int do_bootp = ic_proto_have_if & IC_BOOTP; in ic_dynamic()
1181 if ((ic_proto_enabled ^ ic_proto_have_if) & IC_BOOTP) in ic_dynamic()
1226 if (do_bootp && (d->able & IC_BOOTP)) in ic_dynamic()
1241 if ((ic_got_reply & IC_BOOTP) && in ic_dynamic()
1671 ic_proto_enabled &= ~(IC_BOOTP | IC_USE_DHCP); in ic_proto_name()
/kernel/linux/linux-6.6/net/ipv4/
H A Dipconfig.c120 | IC_BOOTP
232 able |= IC_BOOTP; in ic_open_devs()
256 if (able & IC_BOOTP) in ic_open_devs()
1169 ic_got_reply = IC_BOOTP; in ic_bootp_recv()
1197 int do_bootp = ic_proto_have_if & IC_BOOTP; in ic_dynamic()
1211 if ((ic_proto_enabled ^ ic_proto_have_if) & IC_BOOTP) in ic_dynamic()
1256 if (do_bootp && (d->able & IC_BOOTP)) in ic_dynamic()
1271 if ((ic_got_reply & IC_BOOTP) && in ic_dynamic()
1707 ic_proto_enabled &= ~(IC_BOOTP | IC_USE_DHCP); in ic_proto_name()

Completed in 5 milliseconds