Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dnet.h507 coap_join_mcast_group_intf(coap_context_t *ctx, const char *groupname,
511 (coap_join_mcast_group_intf(ctx, groupname, NULL))
/third_party/libcoap/
Dlibcoap-3.sym99 coap_join_mcast_group_intf
Dlibcoap-3.map101 coap_join_mcast_group_intf;
/third_party/libcoap/man/
Dcoap_endpoint_server.txt.in20 coap_join_mcast_group_intf
44 *int coap_join_mcast_group_intf(coap_context_t *_context_,
149 The *coap_join_mcast_group_intf*() function is used to join the currently
166 *coap_join_mcast_group_intf*() returns 0 on success, -1 on failure.
/third_party/libcoap/examples/
Dcoap-rd.c850 coap_join_mcast_group_intf(ctx, group, group_if); in main()
Dcoap-server.c2732 coap_join_mcast_group_intf(ctx, group, group_if); in main()
/third_party/libcoap/src/
Dnet.c3281 coap_join_mcast_group_intf(coap_context_t *ctx, const char *group_name, in coap_join_mcast_group_intf() function
3531 coap_join_mcast_group_intf(coap_context_t *ctx COAP_UNUSED, in coap_join_mcast_group_intf() function