Searched refs:bootp_message (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/dhcp_test/ |
| D | netx_dhcp_clone_function.c | 7 UINT dhcp_get_option_value(UCHAR *bootp_message, UINT option, ULONG *value, UINT length) in dhcp_get_option_value() argument 18 data = dhcp_search_buffer(bootp_message, option, length); in dhcp_get_option_value() 58 UCHAR *dhcp_search_buffer(UCHAR *bootp_message, UINT option, UINT length) in dhcp_search_buffer() argument 66 data = &bootp_message[NX_BOOTP_OFFSET_OPTIONS]; in dhcp_search_buffer()
|
| D | netx_dhcp_clone_function.h | 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);
|
| /NetX-Duo-v6.2.1/addons/dhcp/ |
| D | nxd_dhcp_client.c | 45 static UINT _nx_dhcp_get_option_value(UCHAR *bootp_message, UINT option, ULONG *value, UINT … 46 static UINT _nx_dhcp_add_option_value(UCHAR *bootp_message, UINT option, UINT size, ULONG va… 47 static UINT _nx_dhcp_add_option_string(UCHAR *bootp_message, UINT option, UINT size, UCHAR *… 48 static UINT _nx_dhcp_add_option_parameter_request(NX_DHCP *dhcp_ptr, UCHAR *bootp_message, U… 7679 static UINT _nx_dhcp_get_option_value(UCHAR *bootp_message, UINT option, ULONG *value, UINT length) in _nx_dhcp_get_option_value() argument 7688 option_message = &bootp_message[NX_BOOTP_OFFSET_OPTIONS]; in _nx_dhcp_get_option_value() 7779 UINT _nx_dhcp_add_option_value(UCHAR *bootp_message, UINT option, UINT size, ULONG value, UINT *in… in _nx_dhcp_add_option_value() argument 7784 *(bootp_message + (*index)) = (UCHAR)option; in _nx_dhcp_add_option_value() 7788 *(bootp_message + (*index)) = (UCHAR)size; in _nx_dhcp_add_option_value() 7792 _nx_dhcp_store_data(bootp_message + (*index), size, value); in _nx_dhcp_add_option_value() [all …]
|
| D | nxd_dhcp_server.c | 58 static UINT _nx_dhcp_add_option(UCHAR *bootp_message, UINT option, UINT size, ULONG value, U…
|