Lines Matching refs:SIN

884 	SIN(&remote_address_sanitized)->sin_port = 0;  in necp_address_is_local_interface_address()
8669 SIN(&local_address_sanitized)->sin_port = 0; in necp_application_find_policy_match_internal()
8724 SIN(&remote_address_sanitized)->sin_port = 0; in necp_application_find_policy_match_internal()
9682 remote_port = SIN(remote)->sin_port; in necp_socket_check_policy()
9985 SIN(&info->local_addr)->sin_family = AF_INET; in necp_socket_fillout_info_locked()
9986 SIN(&info->local_addr)->sin_len = sizeof(struct sockaddr_in); in necp_socket_fillout_info_locked()
9987 SIN(&info->local_addr)->sin_port = inp->inp_lport; in necp_socket_fillout_info_locked()
9988 memcpy(&SIN(&info->local_addr)->sin_addr, &inp->inp_laddr, sizeof(struct in_addr)); in necp_socket_fillout_info_locked()
10011 SIN(&info->remote_addr)->sin_family = AF_INET; in necp_socket_fillout_info_locked()
10012 SIN(&info->remote_addr)->sin_len = sizeof(struct sockaddr_in); in necp_socket_fillout_info_locked()
10013 SIN(&info->remote_addr)->sin_port = inp->inp_fport; in necp_socket_fillout_info_locked()
10014 memcpy(&SIN(&info->remote_addr)->sin_addr, &inp->inp_faddr, sizeof(struct in_addr)); in necp_socket_fillout_info_locked()
11197 remote_port = SIN(remote)->sin_port; in necp_ip_output_check_policy()
11440 memcpy(&SIN(&remote_addr)->sin_addr, &ip->ip_dst, sizeof(ip->ip_dst)); in necp_ip_output_find_policy_match()
11447 SIN(&local_addr)->sin_port = th.th_sport; in necp_ip_output_find_policy_match()
11448 SIN(&remote_addr)->sin_port = th.th_dport; in necp_ip_output_find_policy_match()
11456 SIN(&local_addr)->sin_port = uh.uh_sport; in necp_ip_output_find_policy_match()
11457 SIN(&remote_addr)->sin_port = uh.uh_dport; in necp_ip_output_find_policy_match()
11462 SIN(&local_addr)->sin_port = 0; in necp_ip_output_find_policy_match()
11463 SIN(&remote_addr)->sin_port = 0; in necp_ip_output_find_policy_match()
13753 struct sockaddr_in *dst4 = SIN(&new_route->ro_dst); in necp_packet_can_rebind_to_ifnet()
13785 return IN_LOOPBACK(ntohl(SIN(address)->sin_addr.s_addr)); in necp_addr_is_loopback()