taglinefilesource code
ip_addr_match162include/linux/netdevice.hextern int    ip_addr_match(unsigned long addr1, unsigned long addr2);
ip_addr_match165net/inet/dev.hextern int    ip_addr_match(unsigned long addr1, unsigned long addr2);
ip_addr_match1656net/inet/sock.cif(ip_addr_match(s->daddr,raddr)==0)
ip_addr_match1660net/inet/sock.cif(ip_addr_match(s->saddr,laddr) == 0)