Searched refs:soc_struct (Results 1 – 1 of 1) sorted by relevance
7334 struct nx_bsd_sockaddr_in soc_struct; in nx_bsd_getsockname() local7416 soc_struct.sin_addr.s_addr = INADDR_ANY; in nx_bsd_getsockname()7433 soc_struct.sin_addr.s_addr = htonl(local_if -> nx_interface_ip_address); in nx_bsd_getsockname()7435 soc_struct.sin_port = htons((USHORT)bsd_socket_ptr -> nx_bsd_socket_local_port); in nx_bsd_getsockname()7437 soc_struct.sin_family = AF_INET; in nx_bsd_getsockname()7443 … memcpy(localAddress, &soc_struct, (UINT)(*addressLength)); /* Use case of memcpy is verified. */ in nx_bsd_getsockname()