Searched refs:soc6_struct_ptr (Results 1 – 1 of 1) sorted by relevance
7572 struct nx_bsd_sockaddr_in6 *soc6_struct_ptr = NX_NULL; in nx_bsd_getpeername() local7673 soc6_struct_ptr = (struct nx_bsd_sockaddr_in6*)remoteAddress; in nx_bsd_getpeername()7728 soc6_struct_ptr -> sin6_family = AF_INET6; in nx_bsd_getpeername()7729 …soc6_struct_ptr -> sin6_port = htons((USHORT)bsd_socket_ptr -> nx_bsd_socket_tcp_socket -> n… in nx_bsd_getpeername()7730 …soc6_struct_ptr -> sin6_addr._S6_un._S6_u32[0] = htonl(bsd_socket_ptr -> nx_bsd_socket_tcp_socket … in nx_bsd_getpeername()7731 …soc6_struct_ptr -> sin6_addr._S6_un._S6_u32[1] = htonl(bsd_socket_ptr -> nx_bsd_socket_tcp_socket … in nx_bsd_getpeername()7732 …soc6_struct_ptr -> sin6_addr._S6_un._S6_u32[2] = htonl(bsd_socket_ptr -> nx_bsd_socket_tcp_socket … in nx_bsd_getpeername()7733 …soc6_struct_ptr -> sin6_addr._S6_un._S6_u32[3] = htonl(bsd_socket_ptr -> nx_bsd_socket_tcp_socket … in nx_bsd_getpeername()7767 soc6_struct_ptr -> sin6_family = AF_INET6; in nx_bsd_getpeername()7768 soc6_struct_ptr -> sin6_port = 0; in nx_bsd_getpeername()