Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Din_tclass.c1084 bool is_local = false, fg_active = false; in set_tcp_stream_priority() local
1108 is_local = true; in set_tcp_stream_priority()
1156 if ((sotcdb & SOTCDB_NO_SENDTCPBG) != 0 || is_local) { in set_tcp_stream_priority()
1167 if ((sotcdb & SOTCDB_NO_RECVTCPBG) != 0 || is_local) { in set_tcp_stream_priority()
/xnu-12377.41.6/bsd/net/
H A Dnecp.c373 unsigned is_local : 1; member
8712 bool is_local = FALSE; in necp_application_find_policy_match_internal() local
8714 is_local = TRUE; in necp_application_find_policy_match_internal()
8737 is_local = TRUE; in necp_application_find_policy_match_internal()
8746 if (is_local) { in necp_application_find_policy_match_internal()
9074 bool is_local = FALSE; in necp_is_route_local() local
9096 is_local = IS_NECP_DEST_IN_LOCAL_NETWORKS(rt, remote_addr, include_local_addresses); in necp_is_route_local()
9102 return is_local; in necp_is_route_local()
9548 bool is_local = FALSE; in necp_socket_check_policy() local
9552 is_local = IS_NECP_DEST_IN_LOCAL_NETWORKS(rt, remote, include_local_addresses); in necp_socket_check_policy()
[all …]