Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Dipconfig.h23 #define IC_BOOTP 0x01 /* BOOTP (or DHCP, see below) */ macro
/linux-3.4.99/net/ipv4/
Dipconfig.c123 | IC_BOOTP
224 able |= IC_BOOTP; in ic_open_devs()
248 if (able & IC_BOOTP) in ic_open_devs()
1117 ic_got_reply = IC_BOOTP; in ic_bootp_recv()
1145 int do_bootp = ic_proto_have_if & IC_BOOTP; in ic_dynamic()
1159 if ((ic_proto_enabled ^ ic_proto_have_if) & IC_BOOTP) in ic_dynamic()
1207 if (do_bootp && (d->able & IC_BOOTP)) in ic_dynamic()
1220 if ((ic_got_reply & IC_BOOTP) && in ic_dynamic()
1542 ic_proto_enabled &= ~(IC_BOOTP | IC_USE_DHCP); in ic_proto_name()