Home
last modified time | relevance | path

Searched defs:v6addr (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dnetwork.c930 lws_4to6(uint8_t *v6addr, const uint8_t *v4addr) in lws_4to6()
/third_party/python/Lib/test/
Dtest_ipaddress.py871 v6addr = ipaddress.IPv6Address(1) variable in ComparisonTests