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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dipconfig.h25 #define IC_BOOTP 0x01 /* BOOTP (or DHCP, see below) */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipconfig.c121 | IC_BOOTP
204 able |= IC_BOOTP;
226 if (able & IC_BOOTP)
1013 ic_got_reply = IC_BOOTP;
1041 int do_bootp = ic_proto_have_if & IC_BOOTP;
1055 if ((ic_proto_enabled ^ ic_proto_have_if) & IC_BOOTP)
1100 if (do_bootp && (d->able & IC_BOOTP))
1113 if ((ic_got_reply & IC_BOOTP)
1427 ic_proto_enabled &= ~(IC_BOOTP | IC_USE_DHCP);

Completed in 55 milliseconds