Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/network/multicast/mc_member/
Dmc_member_test.c15 static int join_group(int, char *, struct ip_mreq *);
16 static int leave_group(int, char *, struct ip_mreq *);
22 struct ip_mreq imr; in main()
109 static int join_group(int s, char *glist, struct ip_mreq *imr) in join_group()
130 imr, sizeof(struct ip_mreq)) == -1) { in join_group()
144 static int leave_group(int s, char *glist, struct ip_mreq *imr) in leave_group()
165 imr, sizeof(struct ip_mreq)) == -1) { in leave_group()
/third_party/ltp/testcases/network/multicast/mc_commo/
Dmc_recv.c18 struct ip_mreq imr; in main()
82 sizeof(struct ip_mreq)) < 0) { in main()
Dmc_send.c20 struct ip_mreq imr; in main()
/third_party/boost/boost/asio/detail/
Dsocket_types.hpp190 typedef ip_mreq in4_mreq_type;
309 typedef ip_mreq in4_mreq_type;
/third_party/boost/libs/asio/include/boost/asio/detail/
Dsocket_types.hpp190 typedef ip_mreq in4_mreq_type;
309 typedef ip_mreq in4_mreq_type;
/third_party/ltp/testcases/network/multicast/mc_opts/
Dmc_verify_opts.c20 struct ip_mreq simr; in main()
/third_party/libnl/include/linux-private/linux/
Din.h168 struct ip_mreq { struct
/third_party/toybox/toys/net/
Dsntp.c93 struct ip_mreq group; in sntp_main()
/third_party/lwip/src/include/lwip/
Dsockets.h319 typedef struct ip_mreq { struct
322 } ip_mreq; argument
/third_party/ltp/testcases/network/sockets/
DltpServer.c58 struct ip_mreq multiCastReq;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_upnp_ssdp.c730 struct ip_mreq mcast_addr; in ssdp_listener_open()
903 struct ip_mreq mreq; in ssdp_open_multicast_sock()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_upnp_ssdp.c730 struct ip_mreq mcast_addr; in ssdp_listener_open()
903 struct ip_mreq mreq; in ssdp_open_multicast_sock()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Din.h249 struct ip_mreq { struct
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
Din.h249 struct ip_mreq { struct
/third_party/musl/ndk_musl_include/netinet/
Din.h249 struct ip_mreq { struct
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h249 struct ip_mreq { struct
/third_party/musl/include/netinet/
Din.h249 struct ip_mreq { struct
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h249 struct ip_mreq { struct
/third_party/musl/porting/uniproton/kernel/include/netinet/
Din.h249 struct ip_mreq { struct
/third_party/ffmpeg/libavformat/
Dudp.c187 struct ip_mreq mreq; in udp_join_multicast_group()
220 struct ip_mreq mreq; in udp_leave_multicast_group()
/third_party/pulseaudio/src/modules/rtp/
Dmodule-rtp-recv.c437 struct ip_mreq mr4; in mcast_socket()
/third_party/libuv/src/win/
Dudp.c595 struct ip_mreq mreq; in uv__udp_set_membership4()
/third_party/lwip/src/api/
Dsockets.c3591 const struct ip_mreq *imr = (const struct ip_mreq *)optval; in lwip_setsockopt_impl()
3594 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, struct ip_mreq, NETCONN_UDP); in lwip_setsockopt_impl()
/third_party/libuv/src/unix/
Dudp.c837 struct ip_mreq mreq; in uv__udp_set_membership4()
/third_party/libcoap/src/
Dnet.c3283 struct ip_mreq mreq4; in coap_join_mcast_group_intf()

12