Searched defs:bootp_message (Results 1 – 2 of 2) 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() 58 UCHAR *dhcp_search_buffer(UCHAR *bootp_message, UINT option, UINT length) in dhcp_search_buffer()
|
| /NetX-Duo-v6.2.1/addons/dhcp/ |
| D | nxd_dhcp_client.c | 7679 static UINT _nx_dhcp_get_option_value(UCHAR *bootp_message, UINT option, ULONG *value, UINT length) 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() 7844 static UINT _nx_dhcp_add_option_string(UCHAR *bootp_message, UINT option, UINT size, UCHAR *value,… in _nx_dhcp_add_option_string() 7905 static UINT _nx_dhcp_add_option_parameter_request(NX_DHCP *dhcp_ptr, UCHAR *bootp_message, UINT *i… in _nx_dhcp_add_option_parameter_request()
|