Lines Matching defs:scratch
220 char scratch[INET6_ADDRSTRLEN];
230 coap_print_ip_addr(addr, scratch, sizeof(scratch)),
237 coap_print_ip_addr(addr, scratch, sizeof(scratch)),
258 char scratch[INET6_ADDRSTRLEN];
262 coap_print_ip_addr(addr, scratch, sizeof(scratch)),
276 memcpy(p, coap_print_ip_addr(addr, scratch, sizeof(scratch)), 40);
301 char scratch[INET6_ADDRSTRLEN];
305 coap_print_ip_addr(addr, scratch, sizeof(scratch)),
319 memcpy(buf, coap_print_ip_addr(addr, scratch, sizeof(scratch)), IP4ADDR_STRLEN_MAX);
328 memcpy(p, coap_print_ip_addr(addr, scratch, sizeof(scratch)), 40);