/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
H A D | netdb_test.cpp | 281 EXPECT_TRUE(memcmp(hptr->h_addr, &hostAddr, sizeof(in_addr)) == 0); in HWTEST_F() 305 EXPECT_TRUE(memcmp(hptr1->h_addr, &hostAddr1, sizeof(in_addr)) == 0); in HWTEST_F() 320 EXPECT_TRUE(memcmp(hptr2->h_addr, &hostAddr2, sizeof(in_addr)) == 0); in HWTEST_F() 358 EXPECT_TRUE(memcmp(hptr->h_addr, &hostAddr, sizeof(in_addr)) == 0); in HWTEST_F() 414 EXPECT_TRUE(memcmp(hptr->h_addr, &hostAddr, sizeof(in_addr)) == 0); in HWTEST_F() 439 EXPECT_TRUE(memcmp(hptr1->h_addr, &hostAddr1, sizeof(in_addr)) == 0); in HWTEST_F() 454 EXPECT_TRUE(memcmp(hptr2->h_addr, &hostAddr2, sizeof(in_addr)) == 0); in HWTEST_F()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getport/ |
H A D | rpc_pmap_getport.c | 61 sin.sin_addr.s_addr = *(u_int *) hp->h_addr; in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getmaps/ |
H A D | rpc_pmap_getmaps.c | 60 sin.sin_addr.s_addr = *(u_int *) hp->h_addr; in main()
|
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/ |
H A D | rpc1.c | 96 memcpy(&server_sin.sin_addr, hp->h_addr, sizeof(hp->h_addr)); in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/ |
H A D | rpc_pmap_rmtcall.c | 68 sin.sin_addr.s_addr = *(u_int *) hp->h_addr; in main()
|
H A D | rpc_pmap_rmtcall_stress.c | 72 sin.sin_addr.s_addr = *(u_int *) hp->h_addr; in main()
|
H A D | rpc_pmap_rmtcall_performance.c | 121 sin.sin_addr.s_addr = *(u_int *) hp->h_addr; in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/ |
H A D | rpc_clnttcp_create.c | 65 memcpy((caddr_t) & server_addr.sin_addr, hp->h_addr, hp->h_length); in main()
|
H A D | rpc_clnttcp_create_stress.c | 69 memcpy((caddr_t) & server_addr.sin_addr, hp->h_addr, hp->h_length); in main()
|
H A D | rpc_clnttcp_create_limits.c | 76 memcpy((caddr_t) & server_addr.sin_addr, hp->h_addr, hp->h_length); in main()
|
H A D | rpc_clnttcp_create_performance.c | 116 memcpy((caddr_t) & server_addr.sin_addr, hp->h_addr, hp->h_length); in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/ |
H A D | rpc_clntudp_bufcreate.c | 69 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
|
H A D | rpc_clntudp_bufcreate_limits.c | 80 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/ |
H A D | rpc_clntudp_create_stress.c | 73 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
|
H A D | rpc_clntudp_create.c | 69 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
|
H A D | rpc_clntudp_create_performance.c | 118 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
|
/third_party/ltp/testcases/network/multicast/mc_opts/ |
H A D | mc_verify_opts_error.c | 41 memcpy(&simr.s_addr, hp->h_addr, hp->h_length); in main()
|
H A D | mc_verify_opts.c | 49 memcpy(&simr.imr_interface.s_addr, hp->h_addr, hp->h_length); in main()
|
/third_party/lwip/src/include/lwip/ |
H A D | netdb.h | 100 #define h_addr h_addr_list[0] /* for backward compatibility */ macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | netdb.h | 76 #define h_addr h_addr_list[0] macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | netdb.h | 76 #define h_addr h_addr_list[0] macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | netdb.h | 76 #define h_addr h_addr_list[0] macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | netdb.h | 76 #define h_addr h_addr_list[0] macro
|
/third_party/ltp/testcases/network/multicast/mc_commo/ |
H A D | mc_send.c | 50 memcpy(&imr.imr_interface.s_addr, hp->h_addr, hp->h_length); in main()
|
H A D | mc_recv.c | 49 memcpy(&imr.imr_interface.s_addr, hp->h_addr, hp->h_length); in main()
|