Searched refs:host_uniq (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/pppoe/ |
| D | nx_pppoe_client.h | 314 UINT nx_pppoe_client_host_uniq_set(NX_PPPOE_CLIENT *pppoe_client_ptr, UCHAR *host_uniq); 315 UINT nx_pppoe_client_host_uniq_set_extended(NX_PPPOE_CLIENT *pppoe_client_ptr, UCHAR *host_uniq,… 336 UINT _nxe_pppoe_client_host_uniq_set(NX_PPPOE_CLIENT *pppoe_client_ptr, UCHAR *host_uniq); 337 UINT _nx_pppoe_client_host_uniq_set(NX_PPPOE_CLIENT *pppoe_client_ptr, UCHAR *host_uniq); 338 …client_host_uniq_set_extended(NX_PPPOE_CLIENT *pppoe_client_ptr, UCHAR *host_uniq, UINT host_uniq_… 339 UINT _nx_pppoe_client_host_uniq_set_extended(NX_PPPOE_CLIENT *pppoe_client_ptr, UCHAR *host_uniq…
|
| D | nx_pppoe_client.c | 734 UINT _nxe_pppoe_client_host_uniq_set(NX_PPPOE_CLIENT *pppoe_client_ptr, UCHAR *host_uniq) in _nxe_pppoe_client_host_uniq_set() argument 744 status = _nx_pppoe_client_host_uniq_set(pppoe_client_ptr, host_uniq); in _nxe_pppoe_client_host_uniq_set() 795 UINT _nx_pppoe_client_host_uniq_set(NX_PPPOE_CLIENT *pppoe_client_ptr, UCHAR *host_uniq) in _nx_pppoe_client_host_uniq_set() argument 801 if (_nx_utility_string_length_check((CHAR *)host_uniq, &host_uniq_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_client_host_uniq_set() 806 status = _nx_pppoe_client_host_uniq_set_extended(pppoe_client_ptr, host_uniq, host_uniq_length); in _nx_pppoe_client_host_uniq_set() 858 UINT _nxe_pppoe_client_host_uniq_set_extended(NX_PPPOE_CLIENT *pppoe_client_ptr, UCHAR *host_uniq,… in _nxe_pppoe_client_host_uniq_set_extended() argument 868 status = _nx_pppoe_client_host_uniq_set_extended(pppoe_client_ptr, host_uniq, host_uniq_length); in _nxe_pppoe_client_host_uniq_set_extended() 926 UINT _nx_pppoe_client_host_uniq_set_extended(NX_PPPOE_CLIENT *pppoe_client_ptr, UCHAR *host_uniq, … in _nx_pppoe_client_host_uniq_set_extended() argument 931 if (_nx_utility_string_length_check((CHAR*)host_uniq, &temp_host_uniq_length, host_uniq_length)) in _nx_pppoe_client_host_uniq_set_extended() 942 pppoe_client_ptr -> nx_pppoe_host_uniq = host_uniq; in _nx_pppoe_client_host_uniq_set_extended()
|