Searched refs:soc_struct_ptr (Results 1 – 1 of 1) sorted by relevance
7569 struct nx_bsd_sockaddr_in *soc_struct_ptr = NX_NULL; in nx_bsd_getpeername() local7645 soc_struct_ptr = (struct nx_bsd_sockaddr_in*)remoteAddress; in nx_bsd_getpeername()7718 soc_struct_ptr -> sin_family = AF_INET; in nx_bsd_getpeername()7719 …soc_struct_ptr -> sin_port = htons((USHORT)bsd_socket_ptr -> nx_bsd_socket_tcp_socket -> n… in nx_bsd_getpeername()7720 …soc_struct_ptr -> sin_addr.s_addr = htonl(bsd_socket_ptr -> nx_bsd_socket_tcp_socket -> nx_tcp_so… in nx_bsd_getpeername()7758 soc_struct_ptr -> sin_family = AF_INET; in nx_bsd_getpeername()7759 soc_struct_ptr -> sin_port = 0; in nx_bsd_getpeername()7760 soc_struct_ptr -> sin_addr.s_addr = 0; in nx_bsd_getpeername()