Home
last modified time | relevance | path

Searched refs:option_message (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcp_coverage_test.c60 static unsigned char option_message[60] = { variable
457 memcpy(dhcp_client.nx_dhcp_interface_record[0].nx_dhcp_options_buffer, option_message, 60); in client_thread_entry()
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcp_client.c51 static UCHAR *_nx_dhcp_search_buffer(UCHAR *option_message, UINT option, UINT length);
7683 UCHAR *option_message; in _nx_dhcp_get_option_value() local
7688 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() argument
8207 data = option_message; in _nx_dhcp_search_buffer()