Home
last modified time | relevance | path

Searched refs:nx_bsd_socket_udp_socket (Results 1 – 25 of 40) sorted by relevance

12

/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_tcp_2nd_bind_test.c184 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_raw_ping_test.c239 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_tcp_getsockname_without_bind_test.c292 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_udp_checksum_corrupt_test.c248 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_tcp_two_blocking_test.c358 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_tcp_fionread_test.c382 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_multicast_test.c387 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_tcp_udp_select_test.c372 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_raw_basic_rx_nohdr_blocking_test.c431 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_raw_tx_test.c512 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_tcp_accept_blocking_test.c474 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_tcp_getsockname_test.c413 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_raw_rx_nohdr_basic_blocking_test.c431 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_raw_basic_blocking_test.c434 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_tcp_accept_blocking_timeout_test.c508 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_tcp_sendto_recvfrom_test.c441 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_tcp_disconnect_test.c535 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_udp_basic_blocking_test.c460 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_raw_basic_rx_nohdr_nonblocking_test.c505 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_tcp_accept_nonblocking_timeout_test.c567 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_tcp_accept_noselect_test.c541 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_raw_basic_nonblocking_test.c482 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_tcp_accept_nonblocking_test.c536 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
Dnetx_bsd_udp_basic_nonblocking_test.c527 nx_bsd_socket_array[i].nx_bsd_socket_udp_socket) in validate_bsd_structure()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c1083 bsd_socket_ptr -> nx_bsd_socket_udp_socket = udp_socket_ptr; in nx_bsd_socket()
1490 udp_socket_ptr = bsd_socket_ptr -> nx_bsd_socket_udp_socket; in nx_bsd_connect()
2158 nx_udp_socket_delete(bsd_socket_ptr -> nx_bsd_socket_udp_socket); in nx_bsd_bind()
2161 … memset((VOID*)bsd_socket_ptr -> nx_bsd_socket_udp_socket, 0, sizeof(NX_UDP_SOCKET)); in nx_bsd_bind()
2163 tx_block_release((VOID*)bsd_socket_ptr -> nx_bsd_socket_udp_socket); in nx_bsd_bind()
2191 … bsd_socket_ptr -> nx_bsd_socket_udp_socket = nx_bsd_socket_array[i].nx_bsd_socket_udp_socket; in nx_bsd_bind()
2194 … counter = (UINT)bsd_socket_ptr -> nx_bsd_socket_udp_socket -> nx_udp_socket_reserved_ptr; in nx_bsd_bind()
2197 … bsd_socket_ptr -> nx_bsd_socket_udp_socket -> nx_udp_socket_reserved_ptr = (VOID*)counter; in nx_bsd_bind()
2340 else if (bsd_socket_ptr -> nx_bsd_socket_udp_socket) in nx_bsd_bind()
2344 udp_socket_ptr = bsd_socket_ptr -> nx_bsd_socket_udp_socket; in nx_bsd_bind()
[all …]

12