Lines Matching refs:buffer
330 * @param buffer The buffer to put the string into.
331 * @param bufsize The size of the buffer to put the string into.
333 * @return A pointer to the provided buffer.
335 char *coap_string_tls_version(char *buffer, size_t bufsize);
340 * @param buffer The buffer to put the string into.
341 * @param bufsize The size of the buffer to put the string into.
343 * @return A pointer to the provided buffer.
345 char *coap_string_tls_support(char *buffer, size_t bufsize);
348 * Print the address into the defined buffer.
351 * @param buffer The buffer to print into.
352 * @param size The size of the buffer to print into.
354 * @return The amount written into the buffer.
357 unsigned char *buffer, size_t size);
360 * Print the IP address into the defined buffer.
363 * @param buffer The buffer to print into.
364 * @param size The size of the buffer to print into.
366 * @return The pointer to provided buffer with as much of the IP address added
370 char *buffer, size_t size);