| /NetX-Duo-v6.2.1/samples/ |
| D | demo_bsd_tcp.c | 233 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/ |
| D | netx_bsd_tcp_clients_shared_port_test.c | 237 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()
|
| D | netx_bsd_raw_tx_test.c | 290 remote_addr.sin6_port = htons(5); in test_raw_ipv6_sendto() 331 remote_addr.sin6_port = htons(5); in test_raw_ipv6_send()
|
| D | netx_bsd_tcp_servers_shared_port_test.c | 244 echoServAddr6.sin6_port = htons(SERVER_PORT); in thread_server_entry() 320 if (localAddr6.sin6_port != htons(SERVER_PORT)) in thread_server_entry()
|
| D | netx_bsd_udp_basic_blocking_test.c | 137 local_addr.sin6_port = htons(12345); in test_udp_server6() 158 (remote_addr.sin6_port != htons(54321))) in test_udp_server6()
|
| D | netx_bsd_udp_basic_nonblocking_test.c | 141 local_addr.sin6_port = htons(12345); in test_udp_server6() 192 (remote_addr.sin6_port != htons(54321))) in test_udp_server6()
|
| D | netx_bsd_tcp_basic_blocking_test.c | 312 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()
|
| D | netx_bsd_tcp_rcvbuf_test.c | 316 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()
|
| D | netx_bsd_tcp_clients_share_port_test.c | 598 echoClientAddr6.sin6_port = htons(CLIENT_PORT); in thread_client6_entry() 606 echoServAddr6.sin6_port = htons(SERVER6_PORT); in thread_client6_entry()
|
| D | netx_bsd_udp_connect_test.c | 208 local_addr.sin6_port = htons(12345); in test_udp6_connect() 217 remote_addr.sin6_port = htons(54321); in test_udp6_connect()
|
| D | netx_bsd_udp_bind_test.c | 179 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()
|
| D | netx_bsd_raw_bind_connect_test.c | 175 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()
|
| D | netx_bsd_udp_bind_connect_test.c | 176 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()
|
| D | netx_bsd_udp_blocking_bidirection_test.c | 249 peer_address6.sin6_port = htons(12345); in transmit6_entry() 407 local_addr6.sin6_port = htons(12345); in ntest_0_entry()
|
| D | netx_bsd_tcp_blocking_bidirection_test.c | 375 peer_address6.sin6_port = htons(12345); in ntest_0_entry() 451 local_address6.sin6_port = htons(12345); in ntest_0_entry()
|
| D | netx_bsd_tcp_basic_nonblocking_test.c | 330 local_addr.sin6_port = htons(12346); in test_tcp_server6() 531 remote_addr.sin6_port = htons(12); in test_tcp_client6()
|
| D | netx_bsd_getaddrinfo_test.c | 361 local_addr6.sin6_port = htons(port); in test_tcp_client4() 598 else if(local_addr.sin6_port != htons(12346)) in test_tcp_server6()
|
| D | netx_bsd_ioctl_nonblocking_test.c | 464 local_addr.sin6_port = htons(12346); in test_tcp_server6() 668 remote_addr.sin6_port = htons(12); in test_tcp_client6()
|
| D | netx_bsd_tcp_servers_share_port_test.c | 494 serverAddr.sin6_port = htons(SERVER_PORT); in thread_server6_entry()
|
| D | netx_bsd_tcp_bind_test.c | 317 local_addr.sin6_port = htons(12345); in bsd_server6_helper_thread_test_2()
|
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.c | 1466 … -> 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()
|
| D | nxd_bsd.h | 666 USHORT sin6_port; /* Transport layer port. */ member
|