Lines Matching refs:nx_pppoe_service_name

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()
2974 …if (_nx_utility_string_length_check((char *)(pppoe_server_ptr -> nx_pppoe_service_name[service_nam… in _nx_pppoe_server_discovery_send()
2981 …_TAG_TYPE_SERVICE_NAME, tag_length, (UCHAR *)(pppoe_server_ptr -> nx_pppoe_service_name[service_na… in _nx_pppoe_server_discovery_send()
3018 if (client_session_ptr -> nx_pppoe_service_name) in _nx_pppoe_server_discovery_send()
3022 …f (_nx_utility_string_length_check((char *)(client_session_ptr -> nx_pppoe_service_name), &tag_len… in _nx_pppoe_server_discovery_send()
3029 …OE_SERVER_TAG_TYPE_SERVICE_NAME, tag_length, client_session_ptr -> nx_pppoe_service_name, &index); in _nx_pppoe_server_discovery_send()
3254 client_session_ptr -> nx_pppoe_service_name = NX_NULL; in _nx_pppoe_server_tag_process()
3317 …if (_nx_utility_string_length_check((char *)(pppoe_server_ptr -> nx_pppoe_service_name[service_nam… in _nx_pppoe_server_tag_process()
3326 …(!memcmp(tag_ptr + tag_index, (pppoe_server_ptr -> nx_pppoe_service_name[service_name_index]), tag… in _nx_pppoe_server_tag_process()
3329 …client_session_ptr -> nx_pppoe_service_name = pppoe_server_ptr -> nx_pppoe_service_name[service_na… in _nx_pppoe_server_tag_process()
3347 client_session_ptr -> nx_pppoe_service_name = NX_NULL; in _nx_pppoe_server_tag_process()
3353 service_name_ptr = client_session_ptr -> nx_pppoe_service_name; in _nx_pppoe_server_tag_process()
3381 client_session_ptr -> nx_pppoe_service_name = service_name_ptr; in _nx_pppoe_server_tag_process()
3407 …if (_nx_utility_string_length_check((char *)(pppoe_server_ptr -> nx_pppoe_service_name[service_nam… in _nx_pppoe_server_tag_process()
3416 …(!memcmp(tag_ptr + tag_index, (pppoe_server_ptr -> nx_pppoe_service_name[service_name_index]), tag… in _nx_pppoe_server_tag_process()
3421 …client_session_ptr -> nx_pppoe_service_name = pppoe_server_ptr -> nx_pppoe_service_name[service_na… in _nx_pppoe_server_tag_process()
3957 client_session_ptr -> nx_pppoe_service_name = NX_NULL; in _nx_pppoe_server_session_cleanup()
4052 nx_pppoe_service_name[0] = aData; in PppInitInd()
4055 _nx_pppoe_server_service_name_set(_nx_pppoe_server_created_ptr, nx_pppoe_service_name, 1); in PppInitInd()
4142 client_session_ptr -> nx_pppoe_service_name = aData; in PppDiscoverCnf()