Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dipconfig.h27 #define IC_RARP 0x02 /* RARP */ macro
/openbmc/linux/net/ipv4/
H A Dipconfig.c126 | IC_RARP
237 able |= IC_RARP; in ic_open_devs()
577 ic_got_reply = IC_RARP; in ic_rarp_recv()
1198 int do_rarp = ic_proto_have_if & IC_RARP; in ic_dynamic()
1215 if ((ic_proto_enabled ^ ic_proto_have_if) & IC_RARP) in ic_dynamic()
1260 if (do_rarp && (d->able & IC_RARP)) in ic_dynamic()
1319 ((ic_got_reply & IC_RARP) ? "RARP" in ic_dynamic()
1339 (ic_proto_used & IC_RARP) ? "RARP" in pnp_seq_show()
1681 ic_proto_enabled &= ~IC_RARP; in ic_proto_name()
1701 ic_proto_enabled &= ~(IC_RARP | IC_USE_DHCP); in ic_proto_name()