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

/linux-4.4.14/include/net/
H A Dipconfig.h24 #define IC_RARP 0x02 /* RARP */ macro
/linux-4.4.14/net/ipv4/
H A Dipconfig.c129 | IC_RARP
233 able |= IC_RARP; ic_open_devs()
578 ic_got_reply = IC_RARP; ic_rarp_recv()
1179 int do_rarp = ic_proto_have_if & IC_RARP; ic_dynamic()
1196 if ((ic_proto_enabled ^ ic_proto_have_if) & IC_RARP) ic_dynamic()
1244 if (do_rarp && (d->able & IC_RARP)) ic_dynamic()
1299 ((ic_got_reply & IC_RARP) ? "RARP" ic_dynamic()
1317 (ic_proto_used & IC_RARP) ? "RARP" pnp_seq_show()
1577 ic_proto_enabled &= ~IC_RARP; ic_proto_name()
1597 ic_proto_enabled &= ~(IC_RARP | IC_USE_DHCP); ic_proto_name()

Completed in 41 milliseconds