Home |
Function xn_init_dhcp_conf |
Function xn_init_dhcp_confInitializes a struct DHCP_conf. void xn_init_dhcp_conf(DHCP_conf * conf); ParametersconfPointer to DHCP_conf to be initialized. This function sets all fields in DHCP_conf to their defaults. This way, any fields you do not set explicitly will still contain valid data.
|