:orphan: .. index:: pair: struct; te_dhcp_option .. _doxid-structte__dhcp__option: struct te_dhcp_option ===================== .. toctree:: :hidden: Definitions of types for DHCP configuring .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_dhcp_option { // fields struct te_dhcp_option* :target:`next`; char* :target:`name`; char* :target:`value`; };