Searched refs:pppoe_header_ptr (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.4.1/addons/pppoe/ |
D | nx_pppoe_client.c | 2229 UCHAR *pppoe_header_ptr; in _nx_pppoe_client_discovery_packet_process() local 2247 pppoe_header_ptr = packet_ptr -> nx_packet_prepend_ptr; in _nx_pppoe_client_discovery_packet_process() 2250 ver_type = _nx_pppoe_client_data_get(pppoe_header_ptr + NX_PPPOE_CLIENT_OFFSET_VER_TYPE, 1); in _nx_pppoe_client_discovery_packet_process() 2262 code = _nx_pppoe_client_data_get(pppoe_header_ptr + NX_PPPOE_CLIENT_OFFSET_CODE, 1); in _nx_pppoe_client_discovery_packet_process() 2284 session_id = _nx_pppoe_client_data_get(pppoe_header_ptr + NX_PPPOE_CLIENT_OFFSET_SESSION_ID, 2); in _nx_pppoe_client_discovery_packet_process() 2321 length = _nx_pppoe_client_data_get(pppoe_header_ptr + NX_PPPOE_CLIENT_OFFSET_LENGTH, 2); in _nx_pppoe_client_discovery_packet_process() 2333 tag_ptr = pppoe_header_ptr + NX_PPPOE_CLIENT_OFFSET_PAYLOAD; in _nx_pppoe_client_discovery_packet_process() 2659 UCHAR *pppoe_header_ptr; in _nx_pppoe_client_session_packet_process() local 2668 pppoe_header_ptr = packet_ptr -> nx_packet_prepend_ptr; in _nx_pppoe_client_session_packet_process() 2671 ver_type = _nx_pppoe_client_data_get(pppoe_header_ptr + NX_PPPOE_CLIENT_OFFSET_VER_TYPE, 1); in _nx_pppoe_client_session_packet_process() [all …]
|
D | nx_pppoe_server.c | 2397 UCHAR *pppoe_header_ptr; in _nx_pppoe_server_discovery_packet_process() local 2409 pppoe_header_ptr = packet_ptr -> nx_packet_prepend_ptr; in _nx_pppoe_server_discovery_packet_process() 2412 ver_type = _nx_pppoe_server_data_get(pppoe_header_ptr + NX_PPPOE_SERVER_OFFSET_VER_TYPE, 1); in _nx_pppoe_server_discovery_packet_process() 2424 code = _nx_pppoe_server_data_get(pppoe_header_ptr + NX_PPPOE_SERVER_OFFSET_CODE, 1); in _nx_pppoe_server_discovery_packet_process() 2449 session_id = _nx_pppoe_server_data_get(pppoe_header_ptr + NX_PPPOE_SERVER_OFFSET_SESSION_ID, 2); in _nx_pppoe_server_discovery_packet_process() 2476 length = _nx_pppoe_server_data_get(pppoe_header_ptr + NX_PPPOE_SERVER_OFFSET_LENGTH, 2); in _nx_pppoe_server_discovery_packet_process() 2488 tag_ptr = pppoe_header_ptr + NX_PPPOE_SERVER_OFFSET_PAYLOAD; in _nx_pppoe_server_discovery_packet_process() 2651 UCHAR *pppoe_header_ptr; in _nx_pppoe_server_session_packet_process() local 2662 pppoe_header_ptr = packet_ptr -> nx_packet_prepend_ptr; in _nx_pppoe_server_session_packet_process() 2665 ver_type = _nx_pppoe_server_data_get(pppoe_header_ptr + NX_PPPOE_SERVER_OFFSET_VER_TYPE, 1); in _nx_pppoe_server_session_packet_process() [all …]
|