Home
last modified time | relevance | path

Searched refs:ipv6_mreq (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/posix/headers/src/
Dnetinet_in_h.c65 zexpect_not_equal(-1, offsetof(struct ipv6_mreq, ipv6mr_multiaddr)); in ZTEST()
66 zexpect_not_equal(-1, offsetof(struct ipv6_mreq, ipv6mr_ifindex)); in ZTEST()
/Zephyr-latest/include/zephyr/net/
Dsocket.h1023 struct ipv6_mreq { struct
/Zephyr-latest/subsys/net/lib/ptp/
Dtransport.c92 struct ipv6_mreq mreqn = {0}; in transport_join_multicast()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c2152 struct ipv6_mreq *mreq; in ipv6_multicast_group()
2156 if (optval == NULL || optlen != sizeof(struct ipv6_mreq)) { in ipv6_multicast_group()
2161 mreq = (struct ipv6_mreq *)optval; in ipv6_multicast_group()
/Zephyr-latest/tests/net/mld/src/
Dmain.c1024 struct ipv6_mreq mreq = { 0 }; in socket_group_with_index()