Searched refs:NX_PPP_DATA (Results 1 – 2 of 2) sorted by relevance
249 #define NX_PPP_DATA 0x0021 macro
1549 if (protocol != NX_PPP_DATA) in _nx_ppp_receive_packet_process()1763 else if (protocol == NX_PPP_DATA) in _nx_ppp_receive_packet_process()2282 packet_ptr -> nx_packet_prepend_ptr[0] = (NX_PPP_DATA & 0xFF00) >> 8; in _nx_ppp_process_deferred_ip_packet_send()2283 packet_ptr -> nx_packet_prepend_ptr[1] = NX_PPP_DATA & 0xFF; in _nx_ppp_process_deferred_ip_packet_send()