Home
last modified time | relevance | path

Searched refs:getnetbyaddr (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/network/
H A Dnetname.c4 struct netent *getnetbyaddr(uint32_t net, int addrtype) in getnetbyaddr() function
/third_party/musl/src/network/
H A Dnetname.c6 struct netent *getnetbyaddr(uint32_t net, int addrtype) in getnetbyaddr() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h98 struct netent *getnetbyaddr (uint32_t, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h98 struct netent *getnetbyaddr (uint32_t, int);
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h98 struct netent *getnetbyaddr (uint32_t, int);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h98 struct netent *getnetbyaddr (uint32_t, int);
/third_party/musl/include/
H A Dnetdb.h124 struct netent *getnetbyaddr (uint32_t, int);
/third_party/musl/libc-test/src/api/
H A Dnetdb.c78 {struct netent*(*p)(uint32_t,int) = getnetbyaddr;} in f()
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dnetdb_test.cpp460 * @tc.desc: Verify that the "getnetbyaddr" function handles the case of an invalid or non-existent IP address
466 EXPECT_EQ(nullptr, getnetbyaddr(0, 0)); in HWTEST_F()

Completed in 4 milliseconds