Searched refs:remote_address_ok (Results 1 – 4 of 4) sorted by relevance
534 if (ifp == NULL || !remote_address_ok(ifp, FROM_NADDR)) { in input()637 !remote_address_ok(ifp, FROM_NADDR)) { in input()
773 extern boolean_t remote_address_ok(struct interface *, in_addr_t);
1327 if (!remote_address_ok(ifp, from.sin_addr.s_addr)) { in read_d()
999 remote_address_ok(struct interface *ifp, in_addr_t addr) in remote_address_ok() function