1 #include "nx_api.h" 2 3 /* Declare the function. */ 4 UINT dhcp_get_option_value(UCHAR *bootp_message, UINT option, ULONG *value, UINT length); 5 UCHAR *dhcp_search_buffer(UCHAR *bootp_message, UINT option, UINT length); 6 ULONG dhcp_get_data(UCHAR *data, UINT size); 7