Home
last modified time | relevance | path

Searched refs:CFIL_DGRAM_FILTERED (Results 1 – 8 of 8) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Draw_ip.c261 && (!CFIL_DGRAM_FILTERED(last->inp_socket)) in rip_input()
314 && (!CFIL_DGRAM_FILTERED(last->inp_socket)) in rip_input()
376 if (CFIL_DGRAM_FILTERED(so) && dst == INADDR_ANY) { in rip_output()
H A Dip_icmp.c1314 if (CFIL_DGRAM_FILTERED(so) && nam == NULL) { in icmp_dgram_send()
H A Dudp_usrreq.c1525 if (CFIL_DGRAM_FILTERED(so) && !addr) { in udp_output()
H A Dflow_divert.c3675 if (to == NULL && CFIL_DGRAM_FILTERED(so)) { in flow_divert_data_out()
/xnu-8019.80.24/bsd/net/
H A Dcontent_filter.h517 #define CFIL_DGRAM_FILTERED(so) ((so->so_flags & SOF_CONTENT_FILTER) && (so->so_flow_db != NULL)) macro
/xnu-8019.80.24/bsd/netinet6/
H A Dudp6_output.c224 if (CFIL_DGRAM_FILTERED(so) && !addr6) { in udp6_output()
H A Dudp6_usrreq.c1063 if (CFIL_DGRAM_FILTERED(so) && !addr && IN6_IS_ADDR_UNSPECIFIED(&inp->in6p_faddr)) { in udp6_send()
H A Draw_ip6.c392 if (CFIL_DGRAM_FILTERED(so) && !dstsock) { in rip6_output()