Home
last modified time | relevance | path

Searched refs:inet_confirm_addr (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dinetdevice.h102 extern u32 inet_confirm_addr(const struct net_device *dev, u32 dst, u32 local, int scope);
/linux-2.4.37.9/net/ipv4/
Darp.c407 return !inet_confirm_addr(dev, sip, tip, scope); in arp_ignore()
Ddevinet.c836 u32 inet_confirm_addr(const struct net_device *dev, u32 dst, u32 local, int scope) in inet_confirm_addr() function