Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/samples/
Ddemo_bsd_tcp.c233 serverAddr.sin6_port = htons(SERVER_PORT); in thread_server_entry()
432 localAddr6.sin6_port = htons(CLIENT_PORT); in thread_client_entry()
440 echoServAddr6.sin6_port = htons(SERVER_PORT); in thread_client_entry()
497 localAddr6.sin6_port, in thread_client_entry()
506 remoteAddr6.sin6_port, in thread_client_entry()
/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_tcp_clients_shared_port_test.c237 echoClientAddr6.sin6_port = htons(CLIENT_PORT); in thread_client_entry()
245 echoServAddr6.sin6_port = htons(77); in thread_client_entry()
313 if (localAddr6.sin6_port != htons(CLIENT_PORT)) in thread_client_entry()
Dnetx_bsd_raw_tx_test.c290 remote_addr.sin6_port = htons(5); in test_raw_ipv6_sendto()
331 remote_addr.sin6_port = htons(5); in test_raw_ipv6_send()
Dnetx_bsd_tcp_servers_shared_port_test.c244 echoServAddr6.sin6_port = htons(SERVER_PORT); in thread_server_entry()
320 if (localAddr6.sin6_port != htons(SERVER_PORT)) in thread_server_entry()
Dnetx_bsd_udp_basic_blocking_test.c137 local_addr.sin6_port = htons(12345); in test_udp_server6()
158 (remote_addr.sin6_port != htons(54321))) in test_udp_server6()
Dnetx_bsd_udp_basic_nonblocking_test.c141 local_addr.sin6_port = htons(12345); in test_udp_server6()
192 (remote_addr.sin6_port != htons(54321))) in test_udp_server6()
Dnetx_bsd_tcp_basic_blocking_test.c312 local_addr6.sin6_port = htons(port); in test_tcp_client4()
450 remote_addr.sin6_port = htons(12); in test_tcp_client6()
489 local_addr.sin6_port = htons(12346); in test_tcp_server6()
528 else if(local_addr.sin6_port != htons(12346)) in test_tcp_server6()
Dnetx_bsd_tcp_rcvbuf_test.c316 local_addr6.sin6_port = htons(port); in test_tcp_client4()
460 remote_addr.sin6_port = htons(12); in test_tcp_client6()
504 local_addr.sin6_port = htons(12346); in test_tcp_server6()
547 else if(local_addr.sin6_port != htons(12346)) in test_tcp_server6()
Dnetx_bsd_tcp_clients_share_port_test.c598 echoClientAddr6.sin6_port = htons(CLIENT_PORT); in thread_client6_entry()
606 echoServAddr6.sin6_port = htons(SERVER6_PORT); in thread_client6_entry()
Dnetx_bsd_udp_connect_test.c208 local_addr.sin6_port = htons(12345); in test_udp6_connect()
217 remote_addr.sin6_port = htons(54321); in test_udp6_connect()
Dnetx_bsd_udp_bind_test.c179 local_addr.sin6_port = htons(12345); in test_udp_server6_bind_to_ANY()
202 (remote_addr.sin6_port != htons(54321))) in test_udp_server6_bind_to_ANY()
242 local_addr.sin6_port = htons(12345); in test_udp6_on_interface_address()
270 (remote_addr.sin6_port != htons(54321))) in test_udp6_on_interface_address()
Dnetx_bsd_raw_bind_connect_test.c175 local_addr.sin6_port = htons(100); in test_raw6_on_interface_address()
196 remote_addr.sin6_port = htons(100); in test_raw6_on_interface_address()
Dnetx_bsd_udp_bind_connect_test.c176 local_addr.sin6_port = htons(12345); in test_udp6_on_interface_address()
197 remote_addr.sin6_port = htons(12346); in test_udp6_on_interface_address()
Dnetx_bsd_udp_blocking_bidirection_test.c249 peer_address6.sin6_port = htons(12345); in transmit6_entry()
407 local_addr6.sin6_port = htons(12345); in ntest_0_entry()
Dnetx_bsd_tcp_blocking_bidirection_test.c375 peer_address6.sin6_port = htons(12345); in ntest_0_entry()
451 local_address6.sin6_port = htons(12345); in ntest_0_entry()
Dnetx_bsd_tcp_basic_nonblocking_test.c330 local_addr.sin6_port = htons(12346); in test_tcp_server6()
531 remote_addr.sin6_port = htons(12); in test_tcp_client6()
Dnetx_bsd_getaddrinfo_test.c361 local_addr6.sin6_port = htons(port); in test_tcp_client4()
598 else if(local_addr.sin6_port != htons(12346)) in test_tcp_server6()
Dnetx_bsd_ioctl_nonblocking_test.c464 local_addr.sin6_port = htons(12346); in test_tcp_server6()
668 remote_addr.sin6_port = htons(12); in test_tcp_client6()
Dnetx_bsd_tcp_servers_share_port_test.c494 serverAddr.sin6_port = htons(SERVER_PORT); in thread_server6_entry()
Dnetx_bsd_tcp_bind_test.c317 local_addr.sin6_port = htons(12345); in bsd_server6_helper_thread_test_2()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c1466 … -> nx_bsd_socket_peer_port = htons(((struct nx_bsd_sockaddr_in6 *) remoteAddress ) -> sin6_port); in nx_bsd_connect()
2038 local_port = ntohs(((struct nx_bsd_sockaddr_in6 *) localAddress) -> sin6_port); in nx_bsd_bind()
3056 …peer6_address.sin6_port = ntohs((USHORT)bsd_secondary_socket -> nx_bsd_socket_tcp_socket -> nx_tcp… in nx_bsd_accept()
3968 peer_port = htons(((struct nx_bsd_sockaddr_in6 *) destAddr) -> sin6_port); in nx_bsd_sendto()
4820 peer6_address.sin6_port = ntohs(bsd_socket_ptr -> nx_bsd_socket_peer_port); in nx_bsd_recv_internal()
4833 … peer6_address.sin6_port = ntohs((USHORT)bsd_socket_ptr -> nx_bsd_socket_source_port); in nx_bsd_recv_internal()
7481 soc6_struct.sin6_port = htons((USHORT)bsd_socket_ptr -> nx_bsd_socket_local_port); in nx_bsd_getsockname()
7729 …soc6_struct_ptr -> sin6_port = htons((USHORT)bsd_socket_ptr -> nx_bsd_socket_tcp_socket -> n… in nx_bsd_getpeername()
7768 soc6_struct_ptr -> sin6_port = 0; in nx_bsd_getpeername()
14713 ((struct nx_bsd_sockaddr_in6*)sockaddr_ptr) -> sin6_port = (USHORT)port; in nx_bsd_getaddrinfo()
Dnxd_bsd.h666 USHORT sin6_port; /* Transport layer port. */ member