Searched refs:domain (Results 1 – 3 of 3) sorted by relevance
| /third_party/ulib/musl/src/network/ |
| A D | res_querydomain.c | 4 int res_querydomain(const char* name, const char* domain, int class, int type, unsigned char* dest, in res_querydomain() argument 8 size_t dl = strnlen(domain, 255); in res_querydomain() 13 memcpy(tmp + nl + 1, domain, dl + 1); in res_querydomain()
|
| /third_party/ulib/musl/stubs/ |
| A D | socketstubs.c | 11 static int stub_socket(int domain, int type, int protocol) { in stub_socket() argument 17 static int stub_socketpair(int domain, int type, int protocol, int fd[2]) { in stub_socketpair() argument
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 1071 - domain handling errors for acoshf and acoshl
|
Completed in 8 milliseconds