Searched refs:IC_RARP (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/ipv4/
H A Dipconfig.c126 | IC_RARP
237 able |= IC_RARP;
577 ic_got_reply = IC_RARP;
1198 int do_rarp = ic_proto_have_if & IC_RARP;
1215 if ((ic_proto_enabled ^ ic_proto_have_if) & IC_RARP)
1260 if (do_rarp && (d->able & IC_RARP))
1319 ((ic_got_reply & IC_RARP) ? "RARP"
1339 (ic_proto_used & IC_RARP) ? "RARP"
1681 ic_proto_enabled &= ~IC_RARP;
1701 ic_proto_enabled &= ~(IC_RARP | IC_USE_DHC
[all...]
/linux-master/include/net/
H A Dipconfig.h27 #define IC_RARP 0x02 /* RARP */ macro

Completed in 202 milliseconds