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

/linux-4.4.14/include/net/
H A Dipconfig.h25 #define IC_USE_DHCP 0x100 /* If on, use DHCP instead of BOOTP */ macro
/linux-4.4.14/net/ipv4/
H A Dipconfig.c126 | IC_USE_DHCP
862 if (ic_proto_enabled & IC_USE_DHCP) ic_bootp_send_if()
1059 if (ic_proto_enabled & IC_USE_DHCP) { ic_bootp_recv()
1226 ? ((ic_proto_enabled & IC_USE_DHCP) ? "DHCP" : "BOOTP") : "", ic_dynamic()
1254 (ic_proto_enabled & IC_USE_DHCP) && ic_dynamic()
1300 : (ic_proto_enabled & IC_USE_DHCP) ? "DHCP" : "BOOTP"), ic_dynamic()
1318 : (ic_proto_used & IC_USE_DHCP) ? "DHCP" : "BOOTP"); pnp_seq_show()
1525 ic_proto_used = ic_got_reply | (ic_proto_enabled & IC_USE_DHCP); ip_auto_config()
1597 ic_proto_enabled &= ~(IC_RARP | IC_USE_DHCP); ic_proto_name()
1603 ic_proto_enabled &= ~(IC_BOOTP | IC_USE_DHCP); ic_proto_name()
1609 ic_proto_enabled &= ~IC_USE_DHCP; /* backward compat :-( */ ic_proto_name()

Completed in 74 milliseconds