Home
last modified time | relevance | path

Searched refs:inet_aton (Results 1 – 25 of 49) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/network/
Dinet_aton.c28 int ret = inet_aton("127.1.2.3", &a); in inet_aton_0100()
46 int ret = inet_aton("127.1.2", &a); in inet_aton_0200()
64 int ret = inet_aton("127.1", &a); in inet_aton_0300()
82 int ret = inet_aton("0x7f000001", &a); in inet_aton_0400()
100 int ret = inet_aton("0xFf.0.0.1", &a); in inet_aton_0500()
116 int ret = inet_aton("", NULL); in inet_aton_0600()
Dtest_src_functionalext_supplement_network.gni29 "inet_aton",
/third_party/ltp/testcases/kernel/syscalls/accept/
Daccept02.c119 inet_aton(MULTICASTIP, &mc_group_addr->sin_addr); in setup()
122 inet_aton(LOCALHOSTIP, &server_addr->sin_addr); in setup()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dinet.h22 int inet_aton (const char *, struct in_addr *);
/third_party/musl/porting/liteos_a_newlib/kernel/include/arpa/
Dinet.h22 int inet_aton (const char *, struct in_addr *);
/third_party/musl/porting/liteos_a/kernel/include/arpa/
Dinet.h22 int inet_aton (const char *, struct in_addr *);
/third_party/musl/ndk_musl_include/arpa/
Dinet.h22 int inet_aton (const char *, struct in_addr *);
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dinet.h22 int inet_aton (const char *, struct in_addr *);
/third_party/musl/include/arpa/
Dinet.h22 int inet_aton (const char *, struct in_addr *);
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dinet.h22 int inet_aton (const char *, struct in_addr *);
/third_party/musl/src/network/
Dinet_aton.c41 weak_alias(__inet_aton, inet_aton);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dip_addr.c39 if (inet_aton(txt, &addr->u.v4)) { in hostapd_parse_ip_addr()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dip_addr.c39 if (inet_aton(txt, &addr->u.v4)) { in hostapd_parse_ip_addr()
/third_party/ffmpeg/libavformat/
Dos_support.c50 static int inet_aton(const char *str, struct in_addr *add) in inet_aton() function
80 if (!inet_aton(node, &sin->sin_addr)) { in ff_getaddrinfo()
/third_party/toybox/toys/pending/
Darping.c224 if (!inet_aton(*toys.optargs, &dest_addr)) { in arping_main()
230 if ((toys.optflags & FLAG_s) && !(inet_aton(TT.src_ip, &src_addr))) in arping_main()
Droute.c91 if (inet_aton(ipstr, &sockin->sin_addr)) return 0; in get_hostname()
Dtraceroute.c585 if (!inet_aton(TT.src_ip, &(source.sin_addr))) in traceroute_main()
/third_party/lwip/src/include/lwip/
Dinet.h140 #define inet_aton(cp, addr) ip4addr_aton(cp, (ip4_addr_t*)addr) macro
/third_party/iptables/extensions/
Dlibebt_among.c69 if (!inet_aton(sep + 1, &pair->in)) in parse_nft_among_pair()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dhttp_client.c211 if (inet_aton(addr, &dst->sin_addr) == 0) { in http_client_url_parse()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dhttp_client.c211 if (inet_aton(addr, &dst->sin_addr) == 0) { in http_client_url_parse()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Diapp.c442 inet_aton(IAPP_MULTICAST, &iapp->multicast); in iapp_init()
/third_party/boost/libs/asio/doc/overview/
Dbsd_sockets.qbk138 `inet_aton()`,
/third_party/glib/gio/
Dgresolver.c375 if (inet_aton (hostname, &ip4addr)) in handle_ip_address_or_localhost()
/third_party/python/Doc/library/
Dsocket.rst946 .. function:: inet_aton(ip_string)
954 :func:`inet_aton` also accepts strings with less than three dots; see the
959 the underlying C implementation of :c:func:`inet_aton`.
961 :func:`inet_aton` does not support IPv6, and :func:`inet_pton` should be used
988 :func:`inet_aton`) or :c:type:`struct in6_addr`.

12