Searched refs:IS_INP_V6 (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/net/ |
| H A D | content_filter.c | 570 #define IS_INP_V6(inp) (inp && (inp->inp_vflag & INP_IPV6)) macro 599 …(inp && ((IS_INP_V6(inp) && IN6_IS_ADDR_LOOPBACK(&inp->in6p_faddr)) || (ntohl(inp->inp_faddr.s_add… 3337 cfil_fill_event_msg_addresses(hash_entry_ptr, inp, src, dst, !IS_INP_V6(inp), outgoing); in cfil_dispatch_closed_event_sign() 3498 !IS_INP_V6(inp), conn_dir == CFS_CONNECTION_DIR_OUT); in cfil_dispatch_attach_event() 3747 src, dst, !IS_INP_V6(inp), outgoing); in cfil_dispatch_closed_event() 3997 if ((!outgoing && !IS_INP_V6(inp)) || in cfil_dispatch_data_event() 4010 !IS_INP_V6(inp), outgoing); in cfil_dispatch_data_event() 7383 src, dst, !IS_INP_V6(inp), outgoing); in cfil_stats_collect_flow_stats_for_filter()
|