Searched refs:coap_join_mcast_group_intf (Results 1 – 7 of 7) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | net.h | 507 coap_join_mcast_group_intf(coap_context_t *ctx, const char *groupname, 511 (coap_join_mcast_group_intf(ctx, groupname, NULL))
|
/third_party/libcoap/ |
D | libcoap-3.sym | 99 coap_join_mcast_group_intf
|
D | libcoap-3.map | 101 coap_join_mcast_group_intf;
|
/third_party/libcoap/man/ |
D | coap_endpoint_server.txt.in | 20 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/ |
D | coap-rd.c | 850 coap_join_mcast_group_intf(ctx, group, group_if); in main()
|
D | coap-server.c | 2732 coap_join_mcast_group_intf(ctx, group, group_if); in main()
|
/third_party/libcoap/src/ |
D | net.c | 3281 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
|