Home
last modified time | relevance | path

Searched refs:IP_ADD_MEMBERSHIP (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/amp_adapter/platform/aos/network/
A Daos_udp.c293 setsockopt(socket_id, IPPROTO_IP, IP_ADD_MEMBERSHIP, &mreq, sizeof(mreq)); in aos_udp_joinmulticast()
/AliOS-Things-master/components/linkkit/wrappers/platform/os/
A DHAL_UDP_yoc.c393 err = setsockopt(socket_id, IPPROTO_IP, IP_ADD_MEMBERSHIP, &mreq, in HAL_UDP_joinmulticast()
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_UDP_rhino.c400 err = setsockopt(socket_id, IPPROTO_IP, IP_ADD_MEMBERSHIP, &mreq, in HAL_UDP_joinmulticast()
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsockets.h304 #define IP_ADD_MEMBERSHIP 3 macro
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodsocket.c422 case IP_ADD_MEMBERSHIP: in socket_setsockopt()
949 { MP_ROM_QSTR(MP_QSTR_IP_ADD_MEMBERSHIP), MP_ROM_INT(IP_ADD_MEMBERSHIP) },
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodsocket.c436 case IP_ADD_MEMBERSHIP: in socket_setsockopt()
997 { MP_ROM_QSTR(MP_QSTR_IP_ADD_MEMBERSHIP), MP_ROM_INT(IP_ADD_MEMBERSHIP) },
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodsocket.c408 case IP_ADD_MEMBERSHIP: { in socket_setsockopt()
918 { MP_ROM_QSTR(MP_QSTR_IP_ADD_MEMBERSHIP), MP_ROM_INT(IP_ADD_MEMBERSHIP) },
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsockets.h291 #define IP_ADD_MEMBERSHIP 3 macro
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodlwip.c66 #define IP_ADD_MEMBERSHIP 0x400 macro
1372 case IP_ADD_MEMBERSHIP: { in lwip_socket_setsockopt()
1766 { MP_ROM_QSTR(MP_QSTR_IP_ADD_MEMBERSHIP), MP_ROM_INT(IP_ADD_MEMBERSHIP) },
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/iperf/
A Diperf_task.c263 …if ( lwip_setsockopt( sockfd, IPPROTO_IP, IP_ADD_MEMBERSHIP, (char *) &group, sizeof(struct ip_mre… in iperf_udp_run_server()
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dsockets.c2924 case IP_ADD_MEMBERSHIP: in lwip_setsockopt_impl()
2936 if (optname == IP_ADD_MEMBERSHIP) { in lwip_setsockopt_impl()

Completed in 30 milliseconds