Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
H A Dipconfig.h25 #define IC_RARP 0x02 /* RARP */ macro
/kernel/linux/linux-6.6/include/net/
H A Dipconfig.h27 #define IC_RARP 0x02 /* RARP */ macro
/kernel/linux/linux-5.10/net/ipv4/
H A Dipconfig.c127 | IC_RARP
238 able |= IC_RARP; in ic_open_devs()
553 ic_got_reply = IC_RARP; in ic_rarp_recv()
1168 int do_rarp = ic_proto_have_if & IC_RARP; in ic_dynamic()
1185 if ((ic_proto_enabled ^ ic_proto_have_if) & IC_RARP) in ic_dynamic()
1230 if (do_rarp && (d->able & IC_RARP)) in ic_dynamic()
1289 ((ic_got_reply & IC_RARP) ? "RARP" in ic_dynamic()
1309 (ic_proto_used & IC_RARP) ? "RARP" in pnp_seq_show()
1645 ic_proto_enabled &= ~IC_RARP; in ic_proto_name()
1665 ic_proto_enabled &= ~(IC_RARP | IC_USE_DHC in ic_proto_name()
[all...]
/kernel/linux/linux-6.6/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_DHC in ic_proto_name()
[all...]

Completed in 4 milliseconds