struct te_dhcp_space_opt
Definitions for option spaces for DHCP configuring
#include <dhcp_server.h> struct te_dhcp_space_opt { // fields struct te_dhcp_space_opt* next; char* name; int code; char* type; };
Definitions for option spaces for DHCP configuring
#include <dhcp_server.h> struct te_dhcp_space_opt { // fields struct te_dhcp_space_opt* next; char* name; int code; char* type; };