Home
last modified time | relevance | path

Searched refs:ip_mreqn (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/net/igmp/src/
Dmain.c437 struct ip_mreqn mreqn = { 0 }; in socket_group_with_address()
501 struct ip_mreqn mreqn = { 0 }; in socket_group_with_index()
/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn_transport_udp.c48 struct ip_mreqn mreqn; in tp_udp_init()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c1657 if (optval == NULL || (optlen != sizeof(struct ip_mreqn) && in ipv4_multicast_if()
1663 if (optlen == sizeof(struct ip_mreqn)) { in ipv4_multicast_if()
1664 struct ip_mreqn *mreqn = (struct ip_mreqn *)optval; in ipv4_multicast_if()
2096 struct ip_mreqn *mreqn; in ipv4_multicast_group()
2100 if (optval == NULL || optlen != sizeof(struct ip_mreqn)) { in ipv4_multicast_group()
2105 mreqn = (struct ip_mreqn *)optval; in ipv4_multicast_group()
/Zephyr-latest/include/zephyr/net/
Dsocket.h975 struct ip_mreqn { struct
/Zephyr-latest/subsys/net/lib/ptp/
Dtransport.c84 struct ip_mreqn mreqn = {0}; in transport_join_multicast()
/Zephyr-latest/tests/net/socket/udp/src/
Dmain.c2690 struct ip_mreqn mreqn; in ZTEST()