Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ZTS_IN6ADDR_ANY_INIT and zts_in6addr_any
These mimic IN6ADDR_ANY_INIT and in6addr_any For setting sin6_addr in zts_sockaddr_in6: ``` struct zts_sockaddr_in6 addr6; addr6.sin6_addr = zts_in6addr_any; ```
- Loading branch information