Searched refs:IS_INP_V6 (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/bsd/net/ |
| H A D | content_filter.c | 569 #define IS_INP_V6(inp) (inp && (inp->inp_vflag & INP_IPV6)) macro 598 …(inp && ((IS_INP_V6(inp) && IN6_IS_ADDR_LOOPBACK(&inp->in6p_faddr)) || (ntohl(inp->inp_faddr.s_add… 3310 cfil_fill_event_msg_addresses(hash_entry_ptr, inp, src, dst, !IS_INP_V6(inp), outgoing); in cfil_dispatch_closed_event_sign() 3464 !IS_INP_V6(inp), conn_dir == CFS_CONNECTION_DIR_OUT); in cfil_dispatch_attach_event() 3713 src, dst, !IS_INP_V6(inp), outgoing); in cfil_dispatch_closed_event() 3949 if ((!outgoing && !IS_INP_V6(inp)) || in cfil_dispatch_data_event() 3962 !IS_INP_V6(inp), outgoing); in cfil_dispatch_data_event() 7274 src, dst, !IS_INP_V6(inp), outgoing); in cfil_stats_collect_flow_stats_for_filter()
|