Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_tcp_two_blocking_test.c170 newsock_0 = accept(sockfd, (struct sockaddr*)NX_NULL, 0); in ntest_0_entry()
189 newsock_1 = accept(sockfd, (struct sockaddr*)NX_NULL, 0); in ntest_0_entry()
Dnetx_bsd_tcp_servers_shared_port_test.c291 sock = accept(sock_tcp_server, (struct sockaddr *)&echoServAddr, &Serverlen); in thread_server_entry()
310 sock6 = accept(sock_tcp_server6, (struct sockaddr *)&echoServAddr6, &Serverlen); in thread_server_entry()
Dnetx_bsd_tcp_servers_share_port_test.c288 sock = accept(sock_tcp_server,(struct sockaddr*)&ClientAddr, &Clientlen); in thread_server_entry()
547 sock6 = accept(sock6_tcp_server,(struct sockaddr*)&ClientAddr, &Clientlen); in thread_server6_entry()
Dnetx_bsd_tcp_fionread_test.c207 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_server4()
Dnetx_bsd_ioctl_nonblocking_test.c278 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_blocking_server4()
396 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_server4()
504 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_server6()
Dnetx_bsd_tcp_udp_select_test.c177 new_sockfd = accept(tcp_sockfd, (struct sockaddr*)&peer_addr, &peer_addr_len); in ntest_0_entry()
Dnetx_bsd_tcp_bind_test.c266 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in bsd_server4_helper_thread_test_2()
349 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in bsd_server6_helper_thread_test_2()
Dnetx_bsd_tcp_blocking_bidirection_test.c431 new_sock = accept(sockfd, (struct sockaddr*)&peer_address, &addr_len); in ntest_0_entry()
459 new_sock6 = accept(sockfd6, (struct sockaddr*)&peer_address6, &addr_len); in ntest_0_entry()
Dnetx_bsd_tcp_accept_blocking_test.c206 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_server4()
Dnetx_bsd_tcp_getsockname_test.c280 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in tcp_server_entry()
Dnetx_bsd_tcp_accept_blocking_timeout_test.c208 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_server4()
Dnetx_bsd_tcp_disconnect_test.c259 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_server4()
Dnetx_bsd_tcp_basic_nonblocking_test.c263 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_server4()
370 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_server6()
Dnetx_bsd_tcp_accept_nonblocking_timeout_test.c252 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_server4()
Dnetx_bsd_tcp_accept_noselect_test.c234 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_server4()
Dnetx_bsd_tcp_accept_nonblocking_test.c252 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_server4()
Dnetx_bsd_tcp_multiple_accept_test.c359 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in tcp_server_entry()
Dnetx_bsd_tcp_basic_blocking_test.c375 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_server4()
505 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_server6()
Dnetx_bsd_tcp_rcvbuf_test.c380 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_server4()
520 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_server6()
Dnetx_bsd_getaddrinfo_test.c434 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_server4()
575 newsock = accept(sockfd, (struct sockaddr*)&remote_addr, &address_length); in test_tcp_server6()
/NetX-Duo-v6.2.1/samples/
Ddemo_bsd_tcp.c299 sock = accept(sock_tcp_server,(struct sockaddr*)&ClientAddr, &Clientlen); in thread_server_entry()
/NetX-Duo-v6.2.1/addons/pppoe/
Dnx_pppoe_server.h372 VOID PppOpenCnf(UCHAR accept, UINT interfaceHandle);
Dnx_pppoe_server.c4197 VOID PppOpenCnf(UCHAR accept, UINT interfaceHandle) in PppOpenCnf() argument
4226 if (accept == NX_TRUE) in PppOpenCnf()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.h249 #define nx_bsd_accept accept
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt4741 … Modified nx_snmpv3_agent_engineboot_set to accept boot count of zero
4749 … Modified nx_snmp_utility_object_data_get to accept a null IPv4 address.
5011 … to accept a URI resource string that refers to a full website
5333accept - Cleared the INPROGRESS flag when connection is established.
5369 … nx_bsd_tcp_create_listen_socket - Fixed a bug to allow accept from remote end.
5495 … Added timeouts for receive, accept, send and disconnect.
5507 … Added timeouts for receive, accept, send and disconnect.
5526 …Modified _nx_ppp_lcp_state_machine_update() to accept LCP requests if already in the completed st…
5719 … if the data socket accept call fails, disconnect data
5727 … socket accept call fails, disconnect data socket if an
[all …]