Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dip_input.c317 int checkif; in ip_match_our_address() local
328 checkif = ip_checkinterface && (ipforwarding == 0) && in ip_match_our_address()
335 if (checkif && ia->ia_ifp != ifp) in ip_match_our_address()