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

/linux-4.4.14/include/net/
H A Dipconfig.h23 #define IC_BOOTP 0x01 /* BOOTP (or DHCP, see below) */ macro
/linux-4.4.14/net/ipv4/
H A Dipconfig.c123 | IC_BOOTP
228 able |= IC_BOOTP; ic_open_devs()
252 if (able & IC_BOOTP) ic_open_devs()
1150 ic_got_reply = IC_BOOTP; ic_bootp_recv()
1178 int do_bootp = ic_proto_have_if & IC_BOOTP; ic_dynamic()
1192 if ((ic_proto_enabled ^ ic_proto_have_if) & IC_BOOTP) ic_dynamic()
1240 if (do_bootp && (d->able & IC_BOOTP)) ic_dynamic()
1253 if ((ic_got_reply & IC_BOOTP) && ic_dynamic()
1603 ic_proto_enabled &= ~(IC_BOOTP | IC_USE_DHCP); ic_proto_name()

Completed in 65 milliseconds