Lines Matching refs:arpd
9 <tt/arpd/ is daemon collecting gratuitous ARP information, saving
20 arpd OPTIONS [ INTERFACE [ INTERFACE ... ] ]
27 <item><tt/-l/ - dump <tt/arpd/ database to stdout and exit. Output consists
33 <item><tt/-f FILE/ - read and load <tt/arpd/ database from <tt/FILE/
39 <tt>/var/lib/arpd/arpd.db</tt>.
41 <item><tt/-a NUMBER/ - <tt/arpd/ not only passively listens ARP on wire, but
43 to make before destination is considered as dead. When <tt/arpd/ is started
52 <item><tt/-n TIME/ - timeout of negative cache. When resolution fails <tt/arpd/
58 <item><tt/-R RATE/ - maximal steady rate of broadcasts sent by <tt/arpd/
61 <item><tt/-B NUMBER/ - number of broadcasts sent by <tt/arpd/ back to back.
69 If no interfaces given, <tt/arpd/ monitors all the interfaces.
70 In this case <tt/arpd/ does not adjust <tt/sysctl/ parameters,
71 it is supposed user does this himself after <tt/arpd/ is started.
76 <p> <tt/arpd/ exits gracefully syncing database and restoring adjusted
84 <p> In order to <tt/arpd/ be able to serve as ARP resolver, kernel must be
88 If this is not made <tt/arpd/ still collects gratuitous ARP information
94 <item> Start <tt/arpd/ to collect gratuitous ARP, but not messing
98 arpd -b /var/tmp/arpd.db
104 killall arpd
105 arpd -l -b /var/tmp/arpd.db
111 arpd -b /var/tmp/arpd.db -a 1 eth0 eth1
117 and made under authority of <tt/arpd/:
120 arpd -b /var/tmp/arpd.db -a 3 -k eth0 eth1
123 This is mode which <tt/arpd/ is supposed to work normally.