tests: posix: headers: net: sin6_scope_id is supported
The Posix documentation uses sin6_scope_id for scope id and we support that already. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
parent
9e5d4084b1
commit
8776ae316c
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@ ZTEST(posix_headers, test_netinet_in_h)
|
|||
/* not implemented */
|
||||
/* zassert_not_equal(-1, offsetof(struct sockaddr_in6, sin6_flowinfo)); */
|
||||
zassert_not_equal(-1, offsetof(struct sockaddr_in6, sin6_addr));
|
||||
/* not implemented */
|
||||
/* zassert_not_equal(-1, offsetof(struct sockaddr_in6, scope_id)); */
|
||||
zassert_not_equal(-1, offsetof(struct sockaddr_in6, sin6_scope_id));
|
||||
|
||||
zassert_not_null(&in6addr_loopback);
|
||||
struct in6_addr any6 = IN6ADDR_ANY_INIT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue