Home
last modified time | relevance | path

Searched refs:getnetbyname (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/network/
H A Dnetname.c23 struct netent *getnetbyname(const char *netname) in getnetbyname() function
/third_party/musl/src/network/
H A Dnetname.c29 struct netent *getnetbyname(const char *netname) in getnetbyname() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h99 struct netent *getnetbyname (const char *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h99 struct netent *getnetbyname (const char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h99 struct netent *getnetbyname (const char *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h99 struct netent *getnetbyname (const char *);
/third_party/musl/include/
H A Dnetdb.h125 struct netent *getnetbyname (const char *);
/third_party/musl/libc-test/src/api/
H A Dnetdb.c79 {struct netent*(*p)(const char*) = getnetbyname;} in f()
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dnetdb_test.cpp471 * @tc.desc: Verify that the "getnetbyname" function handles the case of an invalid or non-existent network name
477 EXPECT_EQ(nullptr, getnetbyname("z")); in HWTEST_F()
/third_party/lwip/src/netif/ppp/
H A Dauth.c2122 np = getnetbyname (ptr_word);

Completed in 6 milliseconds