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

/xnu-2422.115.4/bsd/netinet/
H A Dip_output.c265 int ipfwoff; local
1447 ipfwoff = ip_fw_chk_ptr(&args);
1466 if ((ipfwoff & IP_FW_PORT_DENY_FLAG) || m == NULL) {
1474 if (ipfwoff == 0 && dst == old) { /* common case */
1478 if (DUMMYNET_LOADED && (ipfwoff & IP_FW_PORT_DYNT_FLAG) != 0) {
1494 error = ip_dn_io_ptr(m, ipfwoff & 0xffff, DN_TO_IP_OUT,
1500 if (ipfwoff != 0 && (ipfwoff & IP_FW_PORT_DYNT_FLAG) == 0) {
1504 if ((ipfwoff & IP_FW_PORT_TEE_FLAG) != 0)
1522 divert_packet(m, 0, ipfwoff
[all...]

Completed in 72 milliseconds