#include <arpa/inet.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdnoreturn.h>
#include <doca_version.h>
#include <doca_log.h>
#include <doca_argp.h>
#include "utils.h"
Go to the source code of this file.
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
UTILS |
| ) |
|
◆ linear_array_init_u16()
| void linear_array_init_u16 |
( |
uint16_t * |
array, |
|
|
uint16_t |
n |
|
) |
| |
◆ read_file()
◆ sdk_version_callback()
◆ strlcat()
| size_t strlcat |
( |
char * |
dst, |
|
|
const char * |
src, |
|
|
size_t |
size |
|
) |
| |
◆ strlcpy()
| size_t strlcpy |
( |
char * |
dst, |
|
|
const char * |
src, |
|
|
size_t |
size |
|
) |
| |