FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
string.h File Reference
+ Include dependency graph for string.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define clib_memcpy(a, b, c)   memcpy(a,b,c)
 

Functions

void clib_memswap (void *_a, void *_b, uword bytes)
 
static_always_inline void clib_memcpy64_x4 (void *d0, void *d1, void *d2, void *d3, void *s)
 

Macro Definition Documentation

#define clib_memcpy (   a,
  b,
  c 
)    memcpy(a,b,c)

Definition at line 75 of file string.h.

Function Documentation

static_always_inline void clib_memcpy64_x4 ( void *  d0,
void *  d1,
void *  d2,
void *  d3,
void *  s 
)

Definition at line 89 of file string.h.

+ Here is the caller graph for this function:

void clib_memswap ( void *  _a,
void *  _b,
uword  bytes 
)

Definition at line 43 of file string.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: