Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dcontent_filter.c534 #define CFIF_SHUT_RD 0x0080 /* shutdown read */ macro
4067 if ((cfil_info->cfi_flags & CFIF_SHUT_RD) && in cfil_data_service_ctl_q()
5180 if (so->so_cfil->cfi_flags & CFIF_SHUT_RD) { in cfil_sock_shutdown()
5184 so->so_cfil->cfi_flags |= CFIF_SHUT_RD; in cfil_sock_shutdown()
6398 error = cfil_sock_udp_notify_shutdown(so, SHUT_RD, CFIF_DROP, CFIF_SHUT_RD); in cfil_sock_udp_shutdown()
6647 if (cfil_info->cfi_flags & CFIF_SHUT_RD) { in cfil_info_show()