Home
last modified time | relevance | path

Searched refs:h_addr (Results 1 - 25 of 38) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dnetdb_test.cpp281 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 Drpc_pmap_getport.c61 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 Drpc_pmap_getmaps.c60 sin.sin_addr.s_addr = *(u_int *) hp->h_addr; in main()
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/
H A Drpc1.c96 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 Drpc_pmap_rmtcall.c68 sin.sin_addr.s_addr = *(u_int *) hp->h_addr; in main()
H A Drpc_pmap_rmtcall_stress.c72 sin.sin_addr.s_addr = *(u_int *) hp->h_addr; in main()
H A Drpc_pmap_rmtcall_performance.c121 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 Drpc_clnttcp_create.c65 memcpy((caddr_t) & server_addr.sin_addr, hp->h_addr, hp->h_length); in main()
H A Drpc_clnttcp_create_stress.c69 memcpy((caddr_t) & server_addr.sin_addr, hp->h_addr, hp->h_length); in main()
H A Drpc_clnttcp_create_limits.c76 memcpy((caddr_t) & server_addr.sin_addr, hp->h_addr, hp->h_length); in main()
H A Drpc_clnttcp_create_performance.c116 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 Drpc_clntudp_bufcreate.c69 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
H A Drpc_clntudp_bufcreate_limits.c80 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 Drpc_clntudp_create_stress.c73 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
H A Drpc_clntudp_create.c69 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
H A Drpc_clntudp_create_performance.c118 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 Dmc_verify_opts_error.c41 memcpy(&simr.s_addr, hp->h_addr, hp->h_length); in main()
H A Dmc_verify_opts.c49 memcpy(&simr.imr_interface.s_addr, hp->h_addr, hp->h_length); in main()
/third_party/lwip/src/include/lwip/
H A Dnetdb.h100 #define h_addr h_addr_list[0] /* for backward compatibility */ macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h76 #define h_addr h_addr_list[0] macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h76 #define h_addr h_addr_list[0] macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h76 #define h_addr h_addr_list[0] macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h76 #define h_addr h_addr_list[0] macro
/third_party/ltp/testcases/network/multicast/mc_commo/
H A Dmc_send.c50 memcpy(&imr.imr_interface.s_addr, hp->h_addr, hp->h_length); in main()
H A Dmc_recv.c49 memcpy(&imr.imr_interface.s_addr, hp->h_addr, hp->h_length); in main()

Completed in 9 milliseconds

12