DHCP Support Functions

There is a collection of support functions for the DHCP protocol. These are used to build and parse DHCP packets.

dhcp_decode_packet()

fill_dhcp_header()

fill_dhcp_discover()

fill_dhcp_request()

add_dhcp_nicif_opt()

add_dhcp_msg_type_opt()

add_dhcp_platformid_opt()

add_dhcp_class_id_opt()

add_dhcp_client_id_opt()

add_dhcp_max_msg_len_opt()

add_dhcp_sysarch_opt()

add_dhcp_param_list_opt()

add_dhcp_nic_type_opt()

add_dhcp_request_ip_addr_opt()

add_dhcp_hostname_opt()

add_dhcp_ipaddr_lease_time_opt()

add_dhcp_subnet_mask_opt()

add_dhcp_broadcast_addr_opt()

add_dhcp_routers_on_subnet_opt()

add_dhcp_domainname_opt()

add_dhcp_dns_opt()

add_dhcp_server_id_opt()