commit | c1545233cddcb4907363f25d3cd81455a3397cdf | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Thu Oct 04 17:12:24 2018 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Tue Oct 09 19:19:14 2018 +0900 |
tree | 56f559bc22639ad3d3fdce8ab377af3a23d80f02 | |
parent | dd51202f7a88c0b2e63bd57c44334e56855e0440 [diff] |
Test gethostbyname() with numeric addresses Add some test coveragefor things like gethostbyname("192.168.0.1") or gethostbyname2("fe80::1", AF_INET6). Nobody should be calling these, but we also don't want to break legacy code still using these. Test: atest netd_integration_test Change-Id: Ia975fd06b5a8156278a94aa83afb2bc3c39fbb17