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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dipconfig.h26 #define IC_RARP 0x02 /* RARP */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipconfig.c127 | IC_RARP
208 able |= IC_RARP;
497 ic_got_reply = IC_RARP;
1042 int do_rarp = ic_proto_have_if & IC_RARP;
1059 if ((ic_proto_enabled ^ ic_proto_have_if) & IC_RARP)
1104 if (do_rarp && (d->able & IC_RARP))
1160 ((ic_got_reply & IC_RARP) ? "RARP"
1178 (ic_proto_used & IC_RARP) ? "RARP"
1415 ic_proto_enabled &= ~IC_RARP;
1421 ic_proto_enabled &= ~(IC_RARP | IC_USE_DHC
[all...]

Completed in 46 milliseconds