Searched refs:nx_pppoe_service_name (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.3.0/addons/pppoe/ |
D | nx_pppoe_server.c | 70 static UCHAR *nx_pppoe_service_name[1]; variable 1081 pppoe_server_ptr -> nx_pppoe_service_name = service_name; in _nx_pppoe_server_service_name_set() 2565 if (client_session_ptr -> nx_pppoe_service_name == NX_NULL) in _nx_pppoe_server_discovery_packet_process() 2572 …_nx_utility_string_length_check((char*)client_session_ptr -> nx_pppoe_service_name, (UINT *)&lengt… in _nx_pppoe_server_discovery_packet_process() 2574 …_pppoe_discover_request_notify(session_index, length, client_session_ptr -> nx_pppoe_service_name); in _nx_pppoe_server_discovery_packet_process() 2916 if (client_session_ptr -> nx_pppoe_service_name) in _nx_pppoe_server_discovery_send() 2921 service_name_ptr = client_session_ptr -> nx_pppoe_service_name; in _nx_pppoe_server_discovery_send() 2943 …f (_nx_utility_string_length_check((char *)(client_session_ptr -> nx_pppoe_service_name), &tag_len… in _nx_pppoe_server_discovery_send() 2950 …OE_SERVER_TAG_TYPE_SERVICE_NAME, tag_length, client_session_ptr -> nx_pppoe_service_name, &index); in _nx_pppoe_server_discovery_send() 2970 …if (pppoe_server_ptr -> nx_pppoe_service_name[service_name_index] == client_session_ptr -> nx_pppo… in _nx_pppoe_server_discovery_send() [all …]
|
D | nx_pppoe_client.c | 678 pppoe_client_ptr -> nx_pppoe_service_name = service_name; in _nx_pppoe_client_service_name_set_extended() 2389 … (!memcmp(tag_ptr + tag_index, pppoe_client_ptr -> nx_pppoe_service_name, tag_length))) in _nx_pppoe_client_discovery_packet_process() 2868 if (pppoe_client_ptr -> nx_pppoe_service_name) in _nx_pppoe_client_discovery_send() 2876 …poe_client_ptr -> nx_pppoe_service_name_length, pppoe_client_ptr -> nx_pppoe_service_name, &index); in _nx_pppoe_client_discovery_send() 2918 if (pppoe_client_ptr -> nx_pppoe_service_name) in _nx_pppoe_client_discovery_send() 2926 …poe_client_ptr -> nx_pppoe_service_name_length, pppoe_client_ptr -> nx_pppoe_service_name, &index); in _nx_pppoe_client_discovery_send()
|
D | nx_pppoe_server.h | 205 UCHAR *nx_pppoe_service_name; member 240 UCHAR **nx_pppoe_service_name; member
|
D | nx_pppoe_client.h | 238 UCHAR *nx_pppoe_service_name; member
|