Home
last modified time | relevance | path

Searched refs:ip_mreq (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dsocket.h984 struct ip_mreq { struct
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c1658 optlen != sizeof(struct ip_mreq))) { in ipv4_multicast_if()
1679 struct ip_mreq *mreq = (struct ip_mreq *)optval; in ipv4_multicast_if()
/Zephyr-latest/tests/net/socket/udp/src/
Dmain.c2691 struct ip_mreq mreq; in ZTEST()