Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/pppoe/
Dnx_pppoe_client.c943 pppoe_client_ptr -> nx_pppoe_host_uniq = host_uniq; in _nx_pppoe_client_host_uniq_set_extended()
2430 … (!memcmp(tag_ptr + tag_index, pppoe_client_ptr -> nx_pppoe_host_uniq, tag_length))) in _nx_pppoe_client_discovery_packet_process()
2527 if (pppoe_client_ptr -> nx_pppoe_host_uniq) in _nx_pppoe_client_discovery_packet_process()
2894 if (pppoe_client_ptr -> nx_pppoe_host_uniq) in _nx_pppoe_client_discovery_send()
2902 …IQ, pppoe_client_ptr -> nx_pppoe_host_uniq_length, pppoe_client_ptr -> nx_pppoe_host_uniq, &index); in _nx_pppoe_client_discovery_send()
2944 if (pppoe_client_ptr -> nx_pppoe_host_uniq) in _nx_pppoe_client_discovery_send()
2952 …IQ, pppoe_client_ptr -> nx_pppoe_host_uniq_length, pppoe_client_ptr -> nx_pppoe_host_uniq, &index); in _nx_pppoe_client_discovery_send()
Dnx_pppoe_client.h240 UCHAR *nx_pppoe_host_uniq; member
Dnx_pppoe_server.h213 UCHAR nx_pppoe_host_uniq[NX_PPPOE_SERVER_MAX_HOST_UNIQ_SIZE]; member
Dnx_pppoe_server.c2992 …, client_session_ptr -> nx_pppoe_host_uniq_size, client_session_ptr -> nx_pppoe_host_uniq, &index); in _nx_pppoe_server_discovery_send()
3044 …, client_session_ptr -> nx_pppoe_host_uniq_size, client_session_ptr -> nx_pppoe_host_uniq, &index); in _nx_pppoe_server_discovery_send()
3462 …memcpy(client_session_ptr -> nx_pppoe_host_uniq, tag_ptr + tag_index, tag_length); /* Use case of … in _nx_pppoe_server_tag_process()