Searched refs:coap_is_af_unix (Results 1 – 7 of 7) sorted by relevance
294 int coap_is_af_unix(const coap_address_t *a);312 coap_is_af_unix(const coap_address_t *a) { in coap_is_af_unix() function
28 coap_is_af_unix68 *int coap_is_af_unix(const coap_address_t *_addr_);*239 *Function: coap_is_af_unix()*263 *coap_is_af_unix*() returns 1 if address is of type AF_UNIX or 0 if not.
111 @echo ".so man3/coap_address.3" > coap_is_af_unix.3
119 coap_is_af_unix;
116 coap_is_af_unix
1506 if (local_addr || coap_is_af_unix(dst)) { in get_session()1507 if (coap_is_af_unix(dst)) { in get_session()
109 coap_is_af_unix(const coap_address_t *a) { in coap_is_af_unix() function