Home
last modified time | relevance | path

Searched refs:netent (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/network/
Dnetname.c4 struct netent *getnetbyaddr(uint32_t net, int addrtype) in getnetbyaddr()
6 struct netent *ne = NULL; in getnetbyaddr()
23 struct netent *getnetbyname(const char *netname) in getnetbyname()
25 struct netent *ne = NULL; in getnetbyname()
Dent.c32 struct netent ne;
167 struct netent *getnetent(void) in getnetent()
/third_party/musl/ndk_musl_include/
Dnetdb.h62 struct netent { struct
97 struct netent *getnetent (void);
98 struct netent *getnetbyaddr (uint32_t, int);
99 struct netent *getnetbyname (const char *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnetdb.h62 struct netent { struct
97 struct netent *getnetent (void);
98 struct netent *getnetbyaddr (uint32_t, int);
99 struct netent *getnetbyname (const char *);
/third_party/musl/porting/uniproton/kernel/include/
Dnetdb.h62 struct netent { struct
97 struct netent *getnetent (void);
98 struct netent *getnetbyaddr (uint32_t, int);
99 struct netent *getnetbyname (const char *);
/third_party/musl/porting/liteos_a/kernel/include/
Dnetdb.h62 struct netent { struct
97 struct netent *getnetent (void);
98 struct netent *getnetbyaddr (uint32_t, int);
99 struct netent *getnetbyname (const char *);
/third_party/musl/include/
Dnetdb.h62 struct netent { struct
97 struct netent *getnetent (void);
98 struct netent *getnetbyaddr (uint32_t, int);
99 struct netent *getnetbyname (const char *);
/third_party/musl/porting/liteos_m/kernel/include/
Dnetdb.h62 struct netent { struct
97 struct netent *getnetent (void);
98 struct netent *getnetbyaddr (uint32_t, int);
99 struct netent *getnetbyname (const char *);
/third_party/musl/libc-test/src/api/
Dnetdb.c19 struct netent x; in f()
78 {struct netent*(*p)(uint32_t,int) = getnetbyaddr;} in f()
79 {struct netent*(*p)(const char*) = getnetbyname;} in f()
80 {struct netent*(*p)(void) = getnetent;} in f()
/third_party/musl/src/network/
Dnetname.c3 struct netent *getnetbyaddr(uint32_t net, int type) in getnetbyaddr()
8 struct netent *getnetbyname(const char *name) in getnetbyname()
Dent.c12 struct netent *getnetent() in getnetent()
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dgetnetent.c28 struct netent *ret; in getnetent_0100()
/third_party/lwip/src/netif/ppp/
Dauth.c2046 struct netent *np;