Searched refs:ip_checkinterface (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c218 * XXX - Setting ip_checkinterface mostly implements the receive side of
223 * XXX - ip_checkinterface currently must be disabled if you use ipnat
226 * XXX - ip_checkinterface must be disabled if you add IP aliases
230 static int ip_checkinterface = 0; variable
232 &ip_checkinterface, 0, "Verify packet arrives on correct interface");
1052 checkif = ip_checkinterface && (ipforwarding == 0) &&

Completed in 25 milliseconds