HomeSort by: relevance | last modified time | path
    Searched defs:checkif (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
ip_input.c 318 int checkif; local in function:ip_match_our_address
329 checkif = ip_checkinterface && (ipforwarding == 0) &&
336 if (checkif && ia->ia_ifp != ifp)
ip_input.c 318 int checkif; local in function:ip_match_our_address
329 checkif = ip_checkinterface && (ipforwarding == 0) &&
336 if (checkif && ia->ia_ifp != ifp)

Completed in 23 milliseconds