| /NetX-Duo-v6.2.1/samples/ |
| D | demo_bsd_tcp.c | 229 serverAddr.sin6_addr._S6_un._S6_u32[0] = htonl(0x20010db8u); in thread_server_entry() 230 serverAddr.sin6_addr._S6_un._S6_u32[1] = htonl(0xf101u); in thread_server_entry() 231 serverAddr.sin6_addr._S6_un._S6_u32[2] = 0x0; in thread_server_entry() 232 serverAddr.sin6_addr._S6_un._S6_u32[3] = htonl(0x0101u); in thread_server_entry() 428 localAddr6.sin6_addr._S6_un._S6_u32[0] = htonl(0x20010db8u); in thread_client_entry() 429 localAddr6.sin6_addr._S6_un._S6_u32[1] = htonl(0xf101u); in thread_client_entry() 430 localAddr6.sin6_addr._S6_un._S6_u32[2] = 0x0; in thread_client_entry() 431 localAddr6.sin6_addr._S6_un._S6_u32[3] = htonl(0x0101u); in thread_client_entry() 436 echoServAddr6.sin6_addr._S6_un._S6_u32[0] = htonl(0x20010db8u); in thread_client_entry() 437 echoServAddr6.sin6_addr._S6_un._S6_u32[1] = htonl(0xf101u); in thread_client_entry() [all …]
|
| D | demo_bsd_raw.c | 182 inet_pton(AF_INET6, "2001:0db8:0:f101::101", &ClientAddr.sin6_addr._S6_un._S6_u32); in thread_0_entry() 187 inet_pton(AF_INET6, "2001:0db8:0:f101::101", &destAddr.sin6_addr._S6_un._S6_u32); in thread_0_entry() 279 inet_pton(AF_INET6, "2001:0db8:0:f101::101", &ClientAddr.sin6_addr._S6_un._S6_u32); in thread_1_entry() 284 inet_pton(AF_INET6, "2001:0db8:0:f101::101", &destAddr.sin6_addr._S6_un._S6_u32); in thread_1_entry() 319 (UINT)fromAddr.sin6_addr._S6_un._S6_u32[0], in thread_1_entry() 320 (UINT)fromAddr.sin6_addr._S6_un._S6_u32[1], in thread_1_entry() 321 (UINT)fromAddr.sin6_addr._S6_un._S6_u32[2], in thread_1_entry() 322 (UINT)fromAddr.sin6_addr._S6_un._S6_u32[3]); in thread_1_entry()
|
| /NetX-Duo-v6.2.1/test/regression/bsd_test/ |
| D | netx_bsd_tcp_basic_blocking_test.c | 188 … if((remote_address.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1.nxd_ip_address.v6[0])) || in bsd_server_helper_thread_entry() 189 … (remote_address.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1.nxd_ip_address.v6[1])) || in bsd_server_helper_thread_entry() 190 … (remote_address.sin6_addr._S6_un._S6_u32[2] != htonl(ipv6_address_ip1.nxd_ip_address.v6[2])) || in bsd_server_helper_thread_entry() 191 … (remote_address.sin6_addr._S6_un._S6_u32[3] != htonl(ipv6_address_ip1.nxd_ip_address.v6[3]))) in bsd_server_helper_thread_entry() 451 remote_addr.sin6_addr._S6_un._S6_u32[0] = htonl(ipv6_address_ip1.nxd_ip_address.v6[0]); in test_tcp_client6() 452 remote_addr.sin6_addr._S6_un._S6_u32[1] = htonl(ipv6_address_ip1.nxd_ip_address.v6[1]); in test_tcp_client6() 453 remote_addr.sin6_addr._S6_un._S6_u32[2] = htonl(ipv6_address_ip1.nxd_ip_address.v6[2]); in test_tcp_client6() 454 remote_addr.sin6_addr._S6_un._S6_u32[3] = htonl(ipv6_address_ip1.nxd_ip_address.v6[3]); in test_tcp_client6() 514 … (remote_addr.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1.nxd_ip_address.v6[0])) || in test_tcp_server6() 515 … (remote_addr.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1.nxd_ip_address.v6[1])) || in test_tcp_server6() [all …]
|
| D | netx_bsd_tcp_rcvbuf_test.c | 187 … if((remote_address.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1.nxd_ip_address.v6[0])) || in bsd_server_helper_thread_entry() 188 … (remote_address.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1.nxd_ip_address.v6[1])) || in bsd_server_helper_thread_entry() 189 … (remote_address.sin6_addr._S6_un._S6_u32[2] != htonl(ipv6_address_ip1.nxd_ip_address.v6[2])) || in bsd_server_helper_thread_entry() 190 … (remote_address.sin6_addr._S6_un._S6_u32[3] != htonl(ipv6_address_ip1.nxd_ip_address.v6[3]))) in bsd_server_helper_thread_entry() 461 remote_addr.sin6_addr._S6_un._S6_u32[0] = htonl(ipv6_address_ip1.nxd_ip_address.v6[0]); in test_tcp_client6() 462 remote_addr.sin6_addr._S6_un._S6_u32[1] = htonl(ipv6_address_ip1.nxd_ip_address.v6[1]); in test_tcp_client6() 463 remote_addr.sin6_addr._S6_un._S6_u32[2] = htonl(ipv6_address_ip1.nxd_ip_address.v6[2]); in test_tcp_client6() 464 remote_addr.sin6_addr._S6_un._S6_u32[3] = htonl(ipv6_address_ip1.nxd_ip_address.v6[3]); in test_tcp_client6() 529 … (remote_addr.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1.nxd_ip_address.v6[0])) || in test_tcp_server6() 530 … (remote_addr.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1.nxd_ip_address.v6[1])) || in test_tcp_server6() [all …]
|
| D | netx_bsd_raw_tx_test.c | 291 remote_addr.sin6_addr._S6_un._S6_u32[0] = htonl(0xff020000); in test_raw_ipv6_sendto() 292 remote_addr.sin6_addr._S6_un._S6_u32[1] = htonl(0); in test_raw_ipv6_sendto() 293 remote_addr.sin6_addr._S6_un._S6_u32[2] = htonl(0xf5841fdb); in test_raw_ipv6_sendto() 294 remote_addr.sin6_addr._S6_un._S6_u32[3] = htonl(0x0425a239); in test_raw_ipv6_sendto() 332 remote_addr.sin6_addr._S6_un._S6_u32[0] = htonl(0xff020000); in test_raw_ipv6_send() 333 remote_addr.sin6_addr._S6_un._S6_u32[1] = htonl(0); in test_raw_ipv6_send() 334 remote_addr.sin6_addr._S6_un._S6_u32[2] = htonl(0xf5841fdb); in test_raw_ipv6_send() 335 remote_addr.sin6_addr._S6_un._S6_u32[3] = htonl(0x0425a239); in test_raw_ipv6_send()
|
| D | netx_bsd_tcp_clients_shared_port_test.c | 233 echoClientAddr6.sin6_addr._S6_un._S6_u32[0] = htonl(0x20010db8); in thread_client_entry() 234 echoClientAddr6.sin6_addr._S6_un._S6_u32[1] = htonl(0xf101); in thread_client_entry() 235 echoClientAddr6.sin6_addr._S6_un._S6_u32[2] = 0x0; in thread_client_entry() 236 echoClientAddr6.sin6_addr._S6_un._S6_u32[3] = htonl(0x1235); in thread_client_entry() 241 echoServAddr6.sin6_addr._S6_un._S6_u32[0] = htonl(0x20010db8); in thread_client_entry() 242 echoServAddr6.sin6_addr._S6_un._S6_u32[1] = htonl(0xf101); in thread_client_entry() 243 echoServAddr6.sin6_addr._S6_un._S6_u32[2] = 0x0; in thread_client_entry() 244 echoServAddr6.sin6_addr._S6_un._S6_u32[3] = htonl(0x1234); in thread_client_entry()
|
| D | netx_bsd_tcp_clients_share_port_test.c | 594 echoClientAddr6.sin6_addr._S6_un._S6_u32[0] = htonl(0x20010db8); in thread_client6_entry() 595 echoClientAddr6.sin6_addr._S6_un._S6_u32[1] = htonl(0xf101); in thread_client6_entry() 596 echoClientAddr6.sin6_addr._S6_un._S6_u32[2] = 0x0; in thread_client6_entry() 597 echoClientAddr6.sin6_addr._S6_un._S6_u32[3] = htonl(0x1235); in thread_client6_entry() 602 echoServAddr6.sin6_addr._S6_un._S6_u32[0] = htonl(0x20010db8); in thread_client6_entry() 603 echoServAddr6.sin6_addr._S6_un._S6_u32[1] = htonl(0xf101); in thread_client6_entry() 604 echoServAddr6.sin6_addr._S6_un._S6_u32[2] = 0x0; in thread_client6_entry() 605 echoServAddr6.sin6_addr._S6_un._S6_u32[3] = htonl(0x0101); in thread_client6_entry()
|
| D | netx_bsd_getaddrinfo_test.c | 239 … if((remote_address.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1.nxd_ip_address.v6[0])) || in bsd_server_helper_thread_entry() 240 … (remote_address.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1.nxd_ip_address.v6[1])) || in bsd_server_helper_thread_entry() 241 … (remote_address.sin6_addr._S6_un._S6_u32[2] != htonl(ipv6_address_ip1.nxd_ip_address.v6[2])) || in bsd_server_helper_thread_entry() 242 … (remote_address.sin6_addr._S6_un._S6_u32[3] != htonl(ipv6_address_ip1.nxd_ip_address.v6[3]))) in bsd_server_helper_thread_entry() 584 … (remote_addr.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1.nxd_ip_address.v6[0])) || in test_tcp_server6() 585 … (remote_addr.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1.nxd_ip_address.v6[1])) || in test_tcp_server6() 586 … (remote_addr.sin6_addr._S6_un._S6_u32[2] != htonl(ipv6_address_ip1.nxd_ip_address.v6[2])) || in test_tcp_server6() 587 … (remote_addr.sin6_addr._S6_un._S6_u32[3] != htonl(ipv6_address_ip1.nxd_ip_address.v6[3]))) in test_tcp_server6() 600 …else if((local_addr.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip0.nxd_ip_address.v6[0])) || in test_tcp_server6() 601 … (local_addr.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip0.nxd_ip_address.v6[1])) || in test_tcp_server6() [all …]
|
| D | netx_bsd_raw_bind_connect_test.c | 179 …local_addr.sin6_addr._S6_un._S6_u32[0] = htonl(ipv6_address_ip0[iface][address].nxd_ip_address.v6[… in test_raw6_on_interface_address() 180 …local_addr.sin6_addr._S6_un._S6_u32[1] = htonl(ipv6_address_ip0[iface][address].nxd_ip_address.v6[… in test_raw6_on_interface_address() 181 …local_addr.sin6_addr._S6_un._S6_u32[2] = htonl(ipv6_address_ip0[iface][address].nxd_ip_address.v6[… in test_raw6_on_interface_address() 182 …local_addr.sin6_addr._S6_un._S6_u32[3] = htonl(ipv6_address_ip0[iface][address].nxd_ip_address.v6[… in test_raw6_on_interface_address() 191 …remote_addr.sin6_addr._S6_un._S6_u32[0] = htonl(ipv6_address_ip1[iface][address].nxd_ip_address.v6… in test_raw6_on_interface_address() 192 …remote_addr.sin6_addr._S6_un._S6_u32[1] = htonl(ipv6_address_ip1[iface][address].nxd_ip_address.v6… in test_raw6_on_interface_address() 193 …remote_addr.sin6_addr._S6_un._S6_u32[2] = htonl(ipv6_address_ip1[iface][address].nxd_ip_address.v6… in test_raw6_on_interface_address() 194 …remote_addr.sin6_addr._S6_un._S6_u32[3] = htonl(ipv6_address_ip1[iface][address].nxd_ip_address.v6… in test_raw6_on_interface_address()
|
| D | netx_bsd_udp_bind_connect_test.c | 180 …local_addr.sin6_addr._S6_un._S6_u32[0] = htonl(ipv6_address_ip0[iface][address].nxd_ip_address.v6[… in test_udp6_on_interface_address() 181 …local_addr.sin6_addr._S6_un._S6_u32[1] = htonl(ipv6_address_ip0[iface][address].nxd_ip_address.v6[… in test_udp6_on_interface_address() 182 …local_addr.sin6_addr._S6_un._S6_u32[2] = htonl(ipv6_address_ip0[iface][address].nxd_ip_address.v6[… in test_udp6_on_interface_address() 183 …local_addr.sin6_addr._S6_un._S6_u32[3] = htonl(ipv6_address_ip0[iface][address].nxd_ip_address.v6[… in test_udp6_on_interface_address() 192 …remote_addr.sin6_addr._S6_un._S6_u32[0] = htonl(ipv6_address_ip1[iface][address].nxd_ip_address.v6… in test_udp6_on_interface_address() 193 …remote_addr.sin6_addr._S6_un._S6_u32[1] = htonl(ipv6_address_ip1[iface][address].nxd_ip_address.v6… in test_udp6_on_interface_address() 194 …remote_addr.sin6_addr._S6_un._S6_u32[2] = htonl(ipv6_address_ip1[iface][address].nxd_ip_address.v6… in test_udp6_on_interface_address() 195 …remote_addr.sin6_addr._S6_un._S6_u32[3] = htonl(ipv6_address_ip1[iface][address].nxd_ip_address.v6… in test_udp6_on_interface_address()
|
| D | netx_bsd_udp_blocking_bidirection_test.c | 250 peer_address6.sin6_addr._S6_un._S6_u32[0] = htonl(ipv6_address_ip1.nxd_ip_address.v6[0]); in transmit6_entry() 251 peer_address6.sin6_addr._S6_un._S6_u32[1] = htonl(ipv6_address_ip1.nxd_ip_address.v6[1]); in transmit6_entry() 252 peer_address6.sin6_addr._S6_un._S6_u32[2] = htonl(ipv6_address_ip1.nxd_ip_address.v6[2]); in transmit6_entry() 253 peer_address6.sin6_addr._S6_un._S6_u32[3] = htonl(ipv6_address_ip1.nxd_ip_address.v6[3]); in transmit6_entry() 285 … (peer_addr.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1.nxd_ip_address.v6[0])) || in receive6_entry() 286 … (peer_addr.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1.nxd_ip_address.v6[1])) || in receive6_entry() 287 … (peer_addr.sin6_addr._S6_un._S6_u32[2] != htonl(ipv6_address_ip1.nxd_ip_address.v6[2])) || in receive6_entry() 288 … (peer_addr.sin6_addr._S6_un._S6_u32[3] != htonl(ipv6_address_ip1.nxd_ip_address.v6[3]))) in receive6_entry()
|
| D | netx_bsd_udp_bind_test.c | 198 …(remote_addr.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1[(message_count / 2) % 3][(messa… in test_udp_server6_bind_to_ANY() 199 …(remote_addr.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1[(message_count / 2) % 3][(messa… in test_udp_server6_bind_to_ANY() 200 …(remote_addr.sin6_addr._S6_un._S6_u32[2] != htonl(ipv6_address_ip1[(message_count / 2) % 3][(messa… in test_udp_server6_bind_to_ANY() 201 …(remote_addr.sin6_addr._S6_un._S6_u32[3] != htonl(ipv6_address_ip1[(message_count / 2) % 3][(messa… in test_udp_server6_bind_to_ANY() 246 …local_addr.sin6_addr._S6_un._S6_u32[0] = htonl(ipv6_address_ip0[iface][address].nxd_ip_address.v6[… in test_udp6_on_interface_address() 247 …local_addr.sin6_addr._S6_un._S6_u32[1] = htonl(ipv6_address_ip0[iface][address].nxd_ip_address.v6[… in test_udp6_on_interface_address() 248 …local_addr.sin6_addr._S6_un._S6_u32[2] = htonl(ipv6_address_ip0[iface][address].nxd_ip_address.v6[… in test_udp6_on_interface_address() 249 …local_addr.sin6_addr._S6_un._S6_u32[3] = htonl(ipv6_address_ip0[iface][address].nxd_ip_address.v6[… in test_udp6_on_interface_address() 266 …(remote_addr.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1[sent_if][sent_addr].nxd_ip_addr… in test_udp6_on_interface_address() 267 …(remote_addr.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1[sent_if][sent_addr].nxd_ip_addr… in test_udp6_on_interface_address() [all …]
|
| D | netx_bsd_tcp_bind_test.c | 322 …local_addr.sin6_addr._S6_un._S6_u32[0] = htonl(ipv6_address_ip0[if_index][addr_index].nxd_ip_addre… in bsd_server6_helper_thread_test_2() 323 …local_addr.sin6_addr._S6_un._S6_u32[1] = htonl(ipv6_address_ip0[if_index][addr_index].nxd_ip_addre… in bsd_server6_helper_thread_test_2() 324 …local_addr.sin6_addr._S6_un._S6_u32[2] = htonl(ipv6_address_ip0[if_index][addr_index].nxd_ip_addre… in bsd_server6_helper_thread_test_2() 325 …local_addr.sin6_addr._S6_un._S6_u32[3] = htonl(ipv6_address_ip0[if_index][addr_index].nxd_ip_addre… in bsd_server6_helper_thread_test_2() 358 …(remote_addr.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1[if_index][addr_index].nxd_ip_ad… in bsd_server6_helper_thread_test_2() 359 …(remote_addr.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1[if_index][addr_index].nxd_ip_ad… in bsd_server6_helper_thread_test_2() 360 …(remote_addr.sin6_addr._S6_un._S6_u32[2] != htonl(ipv6_address_ip1[if_index][addr_index].nxd_ip_ad… in bsd_server6_helper_thread_test_2() 361 …(remote_addr.sin6_addr._S6_un._S6_u32[3] != htonl(ipv6_address_ip1[if_index][addr_index].nxd_ip_ad… in bsd_server6_helper_thread_test_2()
|
| D | netx_bsd_raw_basic_rx_nohdr_blocking_test.c | 208 (remote_addr.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1.nxd_ip_address.v6[0])) || in test_raw_server_ipv6() 209 (remote_addr.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1.nxd_ip_address.v6[1])) || in test_raw_server_ipv6() 210 (remote_addr.sin6_addr._S6_un._S6_u32[2] != htonl(ipv6_address_ip1.nxd_ip_address.v6[2])) || in test_raw_server_ipv6() 211 (remote_addr.sin6_addr._S6_un._S6_u32[3] != htonl(ipv6_address_ip1.nxd_ip_address.v6[3]))) in test_raw_server_ipv6()
|
| D | netx_bsd_tcp_servers_shared_port_test.c | 240 echoServAddr6.sin6_addr._S6_un._S6_u32[0] = htonl(0x20010db8); in thread_server_entry() 241 echoServAddr6.sin6_addr._S6_un._S6_u32[1] = htonl(0xf101); in thread_server_entry() 242 echoServAddr6.sin6_addr._S6_un._S6_u32[2] = 0x0; in thread_server_entry() 243 echoServAddr6.sin6_addr._S6_un._S6_u32[3] = htonl(0x1234); in thread_server_entry()
|
| D | netx_bsd_raw_rx_nohdr_basic_blocking_test.c | 208 (remote_addr.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1.nxd_ip_address.v6[0])) || in test_raw_server_ipv6() 209 (remote_addr.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1.nxd_ip_address.v6[1])) || in test_raw_server_ipv6() 210 (remote_addr.sin6_addr._S6_un._S6_u32[2] != htonl(ipv6_address_ip1.nxd_ip_address.v6[2])) || in test_raw_server_ipv6() 211 (remote_addr.sin6_addr._S6_un._S6_u32[3] != htonl(ipv6_address_ip1.nxd_ip_address.v6[3]))) in test_raw_server_ipv6()
|
| D | netx_bsd_raw_basic_blocking_test.c | 211 (remote_addr.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1.nxd_ip_address.v6[0])) || in test_raw_server_ipv6() 212 (remote_addr.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1.nxd_ip_address.v6[1])) || in test_raw_server_ipv6() 213 (remote_addr.sin6_addr._S6_un._S6_u32[2] != htonl(ipv6_address_ip1.nxd_ip_address.v6[2])) || in test_raw_server_ipv6() 214 (remote_addr.sin6_addr._S6_un._S6_u32[3] != htonl(ipv6_address_ip1.nxd_ip_address.v6[3]))) in test_raw_server_ipv6()
|
| D | netx_bsd_udp_basic_blocking_test.c | 154 (remote_addr.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1.nxd_ip_address.v6[0])) || in test_udp_server6() 155 (remote_addr.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1.nxd_ip_address.v6[1])) || in test_udp_server6() 156 (remote_addr.sin6_addr._S6_un._S6_u32[2] != htonl(ipv6_address_ip1.nxd_ip_address.v6[2])) || in test_udp_server6() 157 (remote_addr.sin6_addr._S6_un._S6_u32[3] != htonl(ipv6_address_ip1.nxd_ip_address.v6[3])) || in test_udp_server6()
|
| D | netx_bsd_tcp_basic_nonblocking_test.c | 377 …else if((remote_addr.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1.nxd_ip_address.v6[0])) … in test_tcp_server6() 378 … (remote_addr.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1.nxd_ip_address.v6[1])) || in test_tcp_server6() 379 … (remote_addr.sin6_addr._S6_un._S6_u32[2] != htonl(ipv6_address_ip1.nxd_ip_address.v6[2])) || in test_tcp_server6() 380 … (remote_addr.sin6_addr._S6_un._S6_u32[3] != htonl(ipv6_address_ip1.nxd_ip_address.v6[3]))) in test_tcp_server6() 532 remote_addr.sin6_addr._S6_un._S6_u32[0] = htonl(ipv6_address_ip1.nxd_ip_address.v6[0]); in test_tcp_client6() 533 remote_addr.sin6_addr._S6_un._S6_u32[1] = htonl(ipv6_address_ip1.nxd_ip_address.v6[1]); in test_tcp_client6() 534 remote_addr.sin6_addr._S6_un._S6_u32[2] = htonl(ipv6_address_ip1.nxd_ip_address.v6[2]); in test_tcp_client6() 535 remote_addr.sin6_addr._S6_un._S6_u32[3] = htonl(ipv6_address_ip1.nxd_ip_address.v6[3]); in test_tcp_client6()
|
| D | netx_bsd_raw_basic_rx_nohdr_nonblocking_test.c | 287 (remote_addr.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1.nxd_ip_address.v6[0])) || in test_raw_server_ipv6() 288 (remote_addr.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1.nxd_ip_address.v6[1])) || in test_raw_server_ipv6() 289 (remote_addr.sin6_addr._S6_un._S6_u32[2] != htonl(ipv6_address_ip1.nxd_ip_address.v6[2])) || in test_raw_server_ipv6() 290 (remote_addr.sin6_addr._S6_un._S6_u32[3] != htonl(ipv6_address_ip1.nxd_ip_address.v6[3]))) in test_raw_server_ipv6()
|
| D | netx_bsd_raw_basic_nonblocking_test.c | 271 (remote_addr.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1.nxd_ip_address.v6[0])) || in test_raw_server_ipv6() 272 (remote_addr.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1.nxd_ip_address.v6[1])) || in test_raw_server_ipv6() 273 (remote_addr.sin6_addr._S6_un._S6_u32[2] != htonl(ipv6_address_ip1.nxd_ip_address.v6[2])) || in test_raw_server_ipv6() 274 (remote_addr.sin6_addr._S6_un._S6_u32[3] != htonl(ipv6_address_ip1.nxd_ip_address.v6[3]))) in test_raw_server_ipv6()
|
| D | netx_bsd_udp_basic_nonblocking_test.c | 188 (remote_addr.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1.nxd_ip_address.v6[0])) || in test_udp_server6() 189 (remote_addr.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1.nxd_ip_address.v6[1])) || in test_udp_server6() 190 (remote_addr.sin6_addr._S6_un._S6_u32[2] != htonl(ipv6_address_ip1.nxd_ip_address.v6[2])) || in test_udp_server6() 191 (remote_addr.sin6_addr._S6_un._S6_u32[3] != htonl(ipv6_address_ip1.nxd_ip_address.v6[3])) || in test_udp_server6()
|
| D | netx_bsd_ioctl_nonblocking_test.c | 511 …else if((remote_addr.sin6_addr._S6_un._S6_u32[0] != htonl(ipv6_address_ip1.nxd_ip_address.v6[0])) … in test_tcp_server6() 512 … (remote_addr.sin6_addr._S6_un._S6_u32[1] != htonl(ipv6_address_ip1.nxd_ip_address.v6[1])) || in test_tcp_server6() 513 … (remote_addr.sin6_addr._S6_un._S6_u32[2] != htonl(ipv6_address_ip1.nxd_ip_address.v6[2])) || in test_tcp_server6() 514 … (remote_addr.sin6_addr._S6_un._S6_u32[3] != htonl(ipv6_address_ip1.nxd_ip_address.v6[3]))) in test_tcp_server6() 669 remote_addr.sin6_addr._S6_un._S6_u32[0] = htonl(ipv6_address_ip1.nxd_ip_address.v6[0]); in test_tcp_client6() 670 remote_addr.sin6_addr._S6_un._S6_u32[1] = htonl(ipv6_address_ip1.nxd_ip_address.v6[1]); in test_tcp_client6() 671 remote_addr.sin6_addr._S6_un._S6_u32[2] = htonl(ipv6_address_ip1.nxd_ip_address.v6[2]); in test_tcp_client6() 672 remote_addr.sin6_addr._S6_un._S6_u32[3] = htonl(ipv6_address_ip1.nxd_ip_address.v6[3]); in test_tcp_client6()
|
| D | netx_bsd_tcp_servers_share_port_test.c | 490 serverAddr.sin6_addr._S6_un._S6_u32[0] = htonl(0x20010db8); in thread_server6_entry() 491 serverAddr.sin6_addr._S6_un._S6_u32[1] = htonl(0xf101); in thread_server6_entry() 492 serverAddr.sin6_addr._S6_un._S6_u32[2] = 0x0; in thread_server6_entry() 493 serverAddr.sin6_addr._S6_un._S6_u32[3] = htonl(0x0101); in thread_server6_entry()
|
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.c | 1461 …p_address.v6[0] = htonl(((struct nx_bsd_sockaddr_in6*)remoteAddress) -> sin6_addr._S6_un._S6_u32[0… in nx_bsd_connect() 1462 …p_address.v6[1] = htonl(((struct nx_bsd_sockaddr_in6*)remoteAddress) -> sin6_addr._S6_un._S6_u32[1… in nx_bsd_connect() 1463 …p_address.v6[2] = htonl(((struct nx_bsd_sockaddr_in6*)remoteAddress) -> sin6_addr._S6_un._S6_u32[2… in nx_bsd_connect() 1464 …p_address.v6[3] = htonl(((struct nx_bsd_sockaddr_in6*)remoteAddress) -> sin6_addr._S6_un._S6_u32[3… in nx_bsd_connect() 2040 …ipv6_addr[0] = ntohl((((struct nx_bsd_sockaddr_in6*)localAddress)) -> sin6_addr._S6_un._S6_u32[0]); in nx_bsd_bind() 2041 …ipv6_addr[1] = ntohl((((struct nx_bsd_sockaddr_in6*)localAddress)) -> sin6_addr._S6_un._S6_u32[1]); in nx_bsd_bind() 2042 …ipv6_addr[2] = ntohl((((struct nx_bsd_sockaddr_in6*)localAddress)) -> sin6_addr._S6_un._S6_u32[2]); in nx_bsd_bind() 2043 …ipv6_addr[3] = ntohl((((struct nx_bsd_sockaddr_in6*)localAddress)) -> sin6_addr._S6_un._S6_u32[3]); in nx_bsd_bind() 3051 …peer6_address.sin6_addr._S6_un._S6_u32[0] = ntohl(bsd_secondary_socket -> nx_bsd_socket_tcp_socket… in nx_bsd_accept() 3052 …peer6_address.sin6_addr._S6_un._S6_u32[1] = ntohl(bsd_secondary_socket -> nx_bsd_socket_tcp_socket… in nx_bsd_accept() [all …]
|