Searched refs:option_message (Results 1 – 2 of 2) sorted by relevance
60 static unsigned char option_message[60] = { variable457 memcpy(dhcp_client.nx_dhcp_interface_record[0].nx_dhcp_options_buffer, option_message, 60); in client_thread_entry()
51 static UCHAR *_nx_dhcp_search_buffer(UCHAR *option_message, UINT option, UINT length);7683 UCHAR *option_message; in _nx_dhcp_get_option_value() local7688 option_message = &bootp_message[NX_BOOTP_OFFSET_OPTIONS]; in _nx_dhcp_get_option_value()7695 data = _nx_dhcp_search_buffer(option_message, option, option_length); in _nx_dhcp_get_option_value()8199 static UCHAR *_nx_dhcp_search_buffer(UCHAR *option_message, UINT option, UINT length) in _nx_dhcp_search_buffer() argument8207 data = option_message; in _nx_dhcp_search_buffer()