Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Darp_ndisc_untracked_subnets.sh5 # garp to the router. Router accepts or ignores based on its arp_accept
37 local arp_accept=$1
66 ${ROUTER_CONF}.arp_accept=${arp_accept} >/dev/null 2>&1
112 local arp_accept=$1
118 if [ ${arp_accept} -eq 1 ]; then
121 elif [ ${arp_accept} -eq 2 ]; then
135 local arp_accept=$1
138 if [ ${arp_accept} -eq 2 ]; then
151 # Supply arp_accept optio
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Darp.c432 static int arp_accept(struct in_device *in_dev, __be32 sip) in arp_accept() function
891 if (n || arp_accept(in_dev, sip)) { in arp_process()
896 if (arp_accept(in_dev, sip)) { in arp_process()

Completed in 2 milliseconds