Home
last modified time | relevance | path

Searched refs:hostdata (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/network/
Dent.c19 struct hostdata { struct
37 static struct hostdata *hd = NULL; argument
88 if ((hd = malloc(sizeof(struct hostdata))) == NULL) { in gethostent()
114 if ((hd = malloc(sizeof(struct hostdata))) == NULL) { in sethostent()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h59595 void *hostdata; member