Searched refs:getnetbyaddr (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | netname.c | 4 struct netent *getnetbyaddr(uint32_t net, int addrtype) in getnetbyaddr() function
|
/third_party/musl/src/network/ |
H A D | netname.c | 6 struct netent *getnetbyaddr(uint32_t net, int addrtype) in getnetbyaddr() function
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | netdb.h | 98 struct netent *getnetbyaddr (uint32_t, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | netdb.h | 98 struct netent *getnetbyaddr (uint32_t, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | netdb.h | 98 struct netent *getnetbyaddr (uint32_t, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | netdb.h | 98 struct netent *getnetbyaddr (uint32_t, int);
|
/third_party/musl/include/ |
H A D | netdb.h | 124 struct netent *getnetbyaddr (uint32_t, int);
|
/third_party/musl/libc-test/src/api/ |
H A D | netdb.c | 78 {struct netent*(*p)(uint32_t,int) = getnetbyaddr;} in f()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
H A D | netdb_test.cpp | 460 * @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