Lines Matching defs:address
263 /* lwip and Contiki have constant address sizes and don't need the .size part */
409 coap_resolve_address_info(const coap_str_const_t *address,
431 if (address && coap_host_is_unix_domain(address)) {
433 if (address->length >= COAP_UNIX_PATH_MAX) {
497 if (!coap_address_set_unix_domain(&info->addr, address->s,
498 address->length)) {
507 if (address && address->length)
508 memcpy(addrstr, address->s, address->length);
712 if (netutils_get_ipv6(&addr_ipv6, &netif, (const char *)address->s) >= 0) {