Searched refs:inet_pton (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/arpa/
H A Dinet.h18 int inet_pton(int, const char* __restrict, void* __restrict);
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dinet_pton.c16 int inet_pton(int af, const char* restrict s, void* restrict a0) { function
80 if (need_v4 && inet_pton(AF_INET, (void*)s, a - 4) <= 0)
H A Dlookup_ipliteral.c35 if (inet_pton(AF_INET6, name, &a6) <= 0)
/fuchsia/zircon/system/host/netprotocol/
H A Dnetprotocol.c86 inet_pton(AF_INET6, "ff02::1", &addr.sin6_addr);
/fuchsia/zircon/system/host/bootserver/
H A Dbootserver.c430 if (inet_pton(AF_INET6, argv[2], &allowed_addr) != 1) {
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk509 $(LOCAL_DIR)/src/network/inet_pton.c \

Completed in 41 milliseconds