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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw.h307 #define IP_FW_PORT_DENY_FLAG 0x40000 macro
H A Dip_fw2.h439 #define IP_FW_PORT_DENY_FLAG 0x40000 macro
H A Dip_fw2.c1406 * IP_FW_PORT_DENY_FLAG the packet must be dropped.
1622 return(IP_FW_PORT_DENY_FLAG); /* invalid */
1628 return(IP_FW_PORT_DENY_FLAG);
2058 retval = IP_FW_PORT_DENY_FLAG;
2152 retval = IP_FW_PORT_DENY_FLAG;
2186 return(IP_FW_PORT_DENY_FLAG);
2200 return(IP_FW_PORT_DENY_FLAG);
H A Dip_input.c790 if ( (i & IP_FW_PORT_DENY_FLAG) || m == NULL) { /* drop */
H A Dip_output.c1092 * IP_FW_PORT_DENY_FLAG -> drop the pkt (XXX new)
1105 if ( (off & IP_FW_PORT_DENY_FLAG) || m == NULL) {
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbridge.c735 if ( (i & IP_FW_PORT_DENY_FLAG) || m0 == NULL) /* drop */

Completed in 32 milliseconds