Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c7569 struct nx_bsd_sockaddr_in *soc_struct_ptr = NX_NULL; in nx_bsd_getpeername() local
7645 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()
7719soc_struct_ptr -> sin_port = htons((USHORT)bsd_socket_ptr -> nx_bsd_socket_tcp_socket -> n… in nx_bsd_getpeername()
7720soc_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()