Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
rte_kvargs_pair(3)		      DPDK		      rte_kvargs_pair(3)

NAME
     rte_kvargs_pair

SYNOPSIS
     #include <rte_kvargs.h>

   Data Fields
     char * key
     char * value

Detailed Description
     A key/value association

     Definition at line 53 of file rte_kvargs.h.

Field Documentation
   char* key
     the name (key) of the association

     Definition at line 54 of file rte_kvargs.h.

   char* value
     the value associated to that key

     Definition at line 55 of file rte_kvargs.h.

Author
     Generated automatically by Doxygen for DPDK from the source code.

Version 25.11.0 		 Thu Aug 27 2026	      rte_kvargs_pair(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=rte_kvargs_pair&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help