Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dipconfig.c115 | IC_BOOTP
191 able |= IC_BOOTP; in ic_open_devs()
213 if (able & IC_BOOTP) in ic_open_devs()
941 ic_got_reply = IC_BOOTP; in ic_bootp_recv()
968 int do_bootp = ic_proto_have_if & IC_BOOTP; in ic_dynamic()
982 if ((ic_proto_enabled ^ ic_proto_have_if) & IC_BOOTP) in ic_dynamic()
1027 if (do_bootp && (d->able & IC_BOOTP)) in ic_dynamic()
1042 if ((ic_got_reply & IC_BOOTP) in ic_dynamic()
1358 ic_proto_enabled &= ~(IC_BOOTP | IC_USE_DHCP); in ic_proto_name()
/linux-2.4.37.9/include/net/
Dipconfig.h36 #define IC_BOOTP 0x01 /* BOOTP (or DHCP, see below) */ macro