Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c7337 struct nx_bsd_sockaddr_in6 soc6_struct; in nx_bsd_getsockname() local
7454 soc6_struct.sin6_addr._S6_un._S6_u32[0] = 0; in nx_bsd_getsockname()
7455 soc6_struct.sin6_addr._S6_un._S6_u32[1] = 0; in nx_bsd_getsockname()
7456 soc6_struct.sin6_addr._S6_un._S6_u32[2] = 0; in nx_bsd_getsockname()
7457 soc6_struct.sin6_addr._S6_un._S6_u32[3] = 0; in nx_bsd_getsockname()
7475 soc6_struct.sin6_addr._S6_un._S6_u32[0] = htonl(local_v6if -> nxd_ipv6_address[0]); in nx_bsd_getsockname()
7476 soc6_struct.sin6_addr._S6_un._S6_u32[1] = htonl(local_v6if -> nxd_ipv6_address[1]); in nx_bsd_getsockname()
7477 soc6_struct.sin6_addr._S6_un._S6_u32[2] = htonl(local_v6if -> nxd_ipv6_address[2]); in nx_bsd_getsockname()
7478 soc6_struct.sin6_addr._S6_un._S6_u32[3] = htonl(local_v6if -> nxd_ipv6_address[3]); in nx_bsd_getsockname()
7481 soc6_struct.sin6_port = htons((USHORT)bsd_socket_ptr -> nx_bsd_socket_local_port); in nx_bsd_getsockname()
[all …]