Searched refs:nx_pppoe_host_uniq (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.3.0/addons/pppoe/ |
D | nx_pppoe_client.c | 943 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()
|
D | nx_pppoe_client.h | 240 UCHAR *nx_pppoe_host_uniq; member
|
D | nx_pppoe_server.h | 213 UCHAR nx_pppoe_host_uniq[NX_PPPOE_SERVER_MAX_HOST_UNIQ_SIZE]; member
|
D | nx_pppoe_server.c | 2992 …, 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()
|