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

  
 
  

home | help
rte_cfgfile_entry(3)		      DPDK		    rte_cfgfile_entry(3)

NAME
     rte_cfgfile_entry

SYNOPSIS
     #include <rte_cfgfile.h>

   Data Fields
     char name [CFG_NAME_LEN]
     char value [CFG_VALUE_LEN]

Detailed Description
     Configuration file entry

     Definition at line 34 of file rte_cfgfile.h.

Field Documentation
   char name[CFG_NAME_LEN]
     Name

     Definition at line 35 of file rte_cfgfile.h.

   char value[CFG_VALUE_LEN]
     Value

     Definition at line 36 of file rte_cfgfile.h.

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

Version 25.11.0 		 Thu Aug 27 2026	    rte_cfgfile_entry(3)

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

home | help