Searched refs:udp_socket_ptr (Results 1 – 1 of 1) sorted by relevance
759 NX_UDP_SOCKET *udp_socket_ptr; in nx_bsd_socket() local1050 udp_socket_ptr = (NX_UDP_SOCKET *) socket_memory; in nx_bsd_socket()1053 status = nx_udp_socket_create(nx_bsd_default_ip, udp_socket_ptr, "NetX BSD UDP Socket", in nx_bsd_socket()1062 status = nx_udp_socket_receive_notify(udp_socket_ptr, nx_bsd_udp_receive_notify); in nx_bsd_socket()1083 bsd_socket_ptr -> nx_bsd_socket_udp_socket = udp_socket_ptr; in nx_bsd_socket()1086 udp_socket_ptr -> nx_udp_socket_reserved_ptr = (VOID *) (i + 0x00010000); in nx_bsd_socket()1310 NX_UDP_SOCKET *udp_socket_ptr; in nx_bsd_connect() local1490 udp_socket_ptr = bsd_socket_ptr -> nx_bsd_socket_udp_socket; in nx_bsd_connect()1497 status = nx_udp_socket_bind(udp_socket_ptr, NX_ANY_PORT, NX_BSD_TIMEOUT); in nx_bsd_connect()1515 … bsd_socket_ptr -> nx_bsd_socket_local_port = (USHORT)udp_socket_ptr -> nx_udp_socket_port; in nx_bsd_connect()[all …]