Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/addons/pppoe/
Dnx_pppoe_server.c2854 UCHAR *service_name_ptr; in _nx_pppoe_server_discovery_send() local
2920 service_name_ptr = client_session_ptr -> nx_pppoe_service_name; in _nx_pppoe_server_discovery_send()
2927 …if (_nx_utility_string_length_check((char *)(service_name_ptr), &tag_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_server_discovery_send()
2934 …_string_add(work_ptr, NX_PPPOE_SERVER_TAG_TYPE_SERVICE_NAME, tag_length, service_name_ptr, &index); in _nx_pppoe_server_discovery_send()
2937 service_name_ptr += (tag_length + 1); in _nx_pppoe_server_discovery_send()
3245 UCHAR *service_name_ptr; in _nx_pppoe_server_tag_process() local
3352 service_name_ptr = client_session_ptr -> nx_pppoe_service_name; in _nx_pppoe_server_tag_process()
3359 …if (_nx_utility_string_length_check((char *)(service_name_ptr), &service_name_length, NX_MAX_STRIN… in _nx_pppoe_server_tag_process()
3373 if (!memcmp(tag_ptr + tag_index, service_name_ptr, tag_length)) in _nx_pppoe_server_tag_process()
3380 client_session_ptr -> nx_pppoe_service_name = service_name_ptr; in _nx_pppoe_server_tag_process()
[all …]