Lines Matching refs:SIN

884 	SIN(&remote_address_sanitized)->sin_port = 0;  in necp_address_is_local_interface_address()
8680 SIN(&local_address_sanitized)->sin_port = 0; in necp_application_find_policy_match_internal()
8735 SIN(&remote_address_sanitized)->sin_port = 0; in necp_application_find_policy_match_internal()
9709 remote_port = SIN(remote)->sin_port; in necp_socket_check_policy()
9996 SIN(&info->local_addr)->sin_family = AF_INET; in necp_socket_fillout_info_locked()
9997 SIN(&info->local_addr)->sin_len = sizeof(struct sockaddr_in); in necp_socket_fillout_info_locked()
9998 SIN(&info->local_addr)->sin_port = inp->inp_lport; in necp_socket_fillout_info_locked()
9999 memcpy(&SIN(&info->local_addr)->sin_addr, &inp->inp_laddr, sizeof(struct in_addr)); in necp_socket_fillout_info_locked()
10022 SIN(&info->remote_addr)->sin_family = AF_INET; in necp_socket_fillout_info_locked()
10023 SIN(&info->remote_addr)->sin_len = sizeof(struct sockaddr_in); in necp_socket_fillout_info_locked()
10024 SIN(&info->remote_addr)->sin_port = inp->inp_fport; in necp_socket_fillout_info_locked()
10025 memcpy(&SIN(&info->remote_addr)->sin_addr, &inp->inp_faddr, sizeof(struct in_addr)); in necp_socket_fillout_info_locked()
11208 remote_port = SIN(remote)->sin_port; in necp_ip_output_check_policy()
11451 memcpy(&SIN(&remote_addr)->sin_addr, &ip->ip_dst, sizeof(ip->ip_dst)); in necp_ip_output_find_policy_match()
11458 SIN(&local_addr)->sin_port = th.th_sport; in necp_ip_output_find_policy_match()
11459 SIN(&remote_addr)->sin_port = th.th_dport; in necp_ip_output_find_policy_match()
11467 SIN(&local_addr)->sin_port = uh.uh_sport; in necp_ip_output_find_policy_match()
11468 SIN(&remote_addr)->sin_port = uh.uh_dport; in necp_ip_output_find_policy_match()
11473 SIN(&local_addr)->sin_port = 0; in necp_ip_output_find_policy_match()
11474 SIN(&remote_addr)->sin_port = 0; in necp_ip_output_find_policy_match()
13764 struct sockaddr_in *dst4 = SIN(&new_route->ro_dst); in necp_packet_can_rebind_to_ifnet()
13796 return IN_LOOPBACK(ntohl(SIN(address)->sin_addr.s_addr)); in necp_addr_is_loopback()