Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/pppoe/
Dnx_pppoe_server.h317 …x_pppoe_server_ac_name_set(NX_PPPOE_SERVER *pppoe_server_ptr, UCHAR *ac_name, UINT ac_name_length);
353 …e_pppoe_server_ac_name_set(NX_PPPOE_SERVER *pppoe_server_ptr, UCHAR *ac_name, UINT ac_name_length);
354 …_ac_name_set(NX_PPPOE_SERVER *pppoe_server_ptr, UCHAR *ac_name, UINT ac_name_length); …
Dnx_pppoe_server.c330 …xe_pppoe_server_ac_name_set(NX_PPPOE_SERVER *pppoe_server_ptr, UCHAR *ac_name, UINT ac_name_length) in _nxe_pppoe_server_ac_name_set() argument
340 status = _nx_pppoe_server_ac_name_set(pppoe_server_ptr, ac_name, ac_name_length); in _nxe_pppoe_server_ac_name_set()
391 …nx_pppoe_server_ac_name_set(NX_PPPOE_SERVER *pppoe_server_ptr, UCHAR *ac_name, UINT ac_name_length) in _nx_pppoe_server_ac_name_set() argument
396 if (_nx_utility_string_length_check((CHAR*)ac_name, &temp_name_length, ac_name_length)) in _nx_pppoe_server_ac_name_set()
400 if (ac_name_length != temp_name_length) in _nx_pppoe_server_ac_name_set()
410 pppoe_server_ptr -> nx_pppoe_ac_name_length = ac_name_length; in _nx_pppoe_server_ac_name_set()