Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/pppoe/
Dnx_pppoe_client.h246 … UCHAR nx_pppoe_relay_session_id[NX_PPPOE_CLIENT_MAX_RELAY_SESSION_ID_SIZE]; member
Dnx_pppoe_client.c2471 …memcpy(pppoe_client_ptr -> nx_pppoe_relay_session_id, tag_ptr + tag_index, tag_length); /* Use cas… in _nx_pppoe_client_discovery_packet_process()
2976 …ient_ptr -> nx_pppoe_relay_session_id_size, pppoe_client_ptr -> nx_pppoe_relay_session_id, &index); in _nx_pppoe_client_discovery_send()
2987 …ient_ptr -> nx_pppoe_relay_session_id_size, pppoe_client_ptr -> nx_pppoe_relay_session_id, &index); in _nx_pppoe_client_discovery_send()
Dnx_pppoe_server.h215 UCHAR nx_pppoe_relay_session_id[NX_PPPOE_SERVER_MAX_RELAY_SESSION_ID_SIZE]; member
Dnx_pppoe_server.c3001 …on_ptr -> nx_pppoe_relay_session_id_size, client_session_ptr -> nx_pppoe_relay_session_id, &index); in _nx_pppoe_server_discovery_send()
3053 …on_ptr -> nx_pppoe_relay_session_id_size, client_session_ptr -> nx_pppoe_relay_session_id, &index); in _nx_pppoe_server_discovery_send()
3476 …memcpy(client_session_ptr -> nx_pppoe_relay_session_id, tag_ptr + tag_index, tag_length); /* Use c… in _nx_pppoe_server_tag_process()