Searched refs:coap_is_mcast (Results 1 – 10 of 10) sorted by relevance
27 coap_is_mcast,66 *int coap_is_mcast(const coap_address_t *_addr_);*229 *Function: coap_is_mcast()*231 The *coap_is_mcast*() function checks whether _addr_ is a multicast236 The *coap_is_mcast*() function checks whether _addr_ is a broadcast241 The *coap_is_mcast*() function checks whether _addr_ is of the type AF_UNIX.259 *coap_is_mcast*() returns 1 if address is multicast or 0 if not.
110 @echo ".so man3/coap_address.3" > coap_is_mcast.3
282 int coap_is_mcast(const coap_address_t *a);303 coap_is_mcast(const coap_address_t *a) { in coap_is_mcast() function
121 if (coap_is_mcast(&addr)) { in get_session()
1505 is_mcast = coap_is_mcast(dst); in get_session()
121 coap_is_mcast;
118 coap_is_mcast
2700 coap_is_mcast(&session->addr_info.local)) { in no_response()2733 if (coap_is_mcast(&session->addr_info.local)) { in no_response()2789 if (coap_is_mcast(&session->addr_info.local)) { in handle_request()3045 coap_is_mcast(&session->addr_info.local)) { in handle_request()3239 if (!coap_is_mcast(&session->addr_info.local) || in handle_request()3832 if (!coap_is_mcast(&session->addr_info.local)) { in coap_dispatch()4349 if (session && coap_is_mcast(&session->addr_info.remote)) { in coap_mcast_set_hops()
119 coap_is_mcast(const coap_address_t *a) { in coap_is_mcast() function
276 int is_mcast = coap_is_mcast(server);924 !coap_is_mcast(&session->addr_info.local)) {