Searched refs:fw_ip (Results 1 – 1 of 1) sorted by relevance
292 MatchAddr(in_addr_t ip, in_addr_t fw_ip, int netmask) in MatchAddr() argument297 return (fw_ip == 0 || ip == fw_ip); in MatchAddr()