Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/netinet/
H A Din_tclass.c1136 bool is_local = false, fg_active = false; in set_tcp_stream_priority() local
1160 is_local = true; in set_tcp_stream_priority()
1208 if ((sotcdb & SOTCDB_NO_SENDTCPBG) != 0 || is_local) { in set_tcp_stream_priority()
1219 if ((sotcdb & SOTCDB_NO_RECVTCPBG) != 0 || is_local) { in set_tcp_stream_priority()
/xnu-11417.140.69/bsd/net/
H A Dnecp.c380 unsigned is_local : 1; member
8633 bool is_local = FALSE; in necp_application_find_policy_match_internal() local
8635 is_local = TRUE; in necp_application_find_policy_match_internal()
8658 is_local = TRUE; in necp_application_find_policy_match_internal()
8667 if (is_local) { in necp_application_find_policy_match_internal()
8982 bool is_local = FALSE; in necp_is_route_local() local
9004 is_local = IS_NECP_DEST_IN_LOCAL_NETWORKS(rt, remote_addr, include_local_addresses); in necp_is_route_local()
9010 return is_local; in necp_is_route_local()
9472 bool is_local = FALSE; in necp_socket_check_policy() local
9476 is_local = IS_NECP_DEST_IN_LOCAL_NETWORKS(rt, remote, include_local_addresses); in necp_socket_check_policy()
[all …]