Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsockets.h307 typedef struct ip_mreq { struct
310 } ip_mreq; typedef
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsockets.h294 typedef struct ip_mreq { struct
297 } ip_mreq; argument
/AliOS-Things-master/components/amp_adapter/platform/aos/network/
A Daos_udp.c287 struct ip_mreq mreq; in aos_udp_joinmulticast()
/AliOS-Things-master/components/linkkit/wrappers/platform/os/
A DHAL_UDP_yoc.c388 struct ip_mreq mreq; in HAL_UDP_joinmulticast()
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_UDP_rhino.c395 struct ip_mreq mreq; in HAL_UDP_joinmulticast()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/iperf/
A Diperf_task.c164 struct ip_mreq group; in iperf_udp_run_server()
263 …etsockopt( sockfd, IPPROTO_IP, IP_ADD_MEMBERSHIP, (char *) &group, sizeof(struct ip_mreq) ) < 0 ) { in iperf_udp_run_server()
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dsockets.c2930 const struct ip_mreq *imr = (const struct ip_mreq *)optval; in lwip_setsockopt_impl()
2933 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, struct ip_mreq, NETCONN_UDP); in lwip_setsockopt_impl()

Completed in 17 milliseconds