Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.1.9/bsd/net/
H A Dnecp.c373 unsigned is_local : 1; member
8723 bool is_local = FALSE; in necp_application_find_policy_match_internal() local
8725 is_local = TRUE; in necp_application_find_policy_match_internal()
8748 is_local = TRUE; in necp_application_find_policy_match_internal()
8757 if (is_local) { in necp_application_find_policy_match_internal()
9085 bool is_local = FALSE; in necp_is_route_local() local
9107 is_local = IS_NECP_DEST_IN_LOCAL_NETWORKS(rt, remote_addr, include_local_addresses); in necp_is_route_local()
9113 return is_local; in necp_is_route_local()
9575 bool is_local = FALSE; in necp_socket_check_policy() local
9579 is_local = IS_NECP_DEST_IN_LOCAL_NETWORKS(rt, remote, include_local_addresses); in necp_socket_check_policy()
[all …]