Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ZTS_IN6ADDR_ANY_INIT and zts_in6addr_any #245

Merged
merged 1 commit into from
Aug 19, 2023

Commits on Aug 18, 2023

  1. 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;
    ```
    bostick committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9ca6873 View commit details
    Browse the repository at this point in the history