Home
last modified time | relevance | path

Searched refs:buf_end (Results 1 – 1 of 1) sorted by relevance

/system/core/libnetutils/
Ddhcpclient.c241 char *buf_end = buf + buf_size; in hex2str() local
243 cp += snprintf(cp, buf_end - cp, " %02x ", array[i]); in hex2str()