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

Conversation

bostick
Copy link
Contributor

@bostick bostick commented Aug 18, 2023

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;

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;
```
@joseph-henry joseph-henry merged commit 67cdb59 into dev Aug 19, 2023
1 check passed
@bostick bostick deleted the brenton/add-zts_in6addr_any branch August 22, 2023 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants