Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dcontent_filter.c533 #define CFIF_SHUT_RD 0x0080 /* shutdown read */ macro
4085 if ((cfil_info->cfi_flags & CFIF_SHUT_RD) && in cfil_data_service_ctl_q()
5198 if (so->so_cfil->cfi_flags & CFIF_SHUT_RD) { in cfil_sock_shutdown()
5202 so->so_cfil->cfi_flags |= CFIF_SHUT_RD; in cfil_sock_shutdown()
6416 error = cfil_sock_udp_notify_shutdown(so, SHUT_RD, CFIF_DROP, CFIF_SHUT_RD); in cfil_sock_udp_shutdown()
6665 if (cfil_info->cfi_flags & CFIF_SHUT_RD) { in cfil_info_show()