Lines Matching +full:dead +full:- +full:time
4 * SPDX-License-Identifier: Apache-2.0
9 * @brief PPP (Point-to-Point Protocol)
25 * @brief Point-to-point (PPP) L2/driver support functions
78 * See https://www.iana.org/assignments/ppp-numbers/ppp-numbers.xhtml
98 /** Physical-layer not ready */
156 /** Maximum-Receive-Unit */
159 /** Async-Control-Character-Map */
162 /** Authentication-Protocol */
165 /** Quality-Protocol */
168 /** Magic-Number */
171 /** Protocol-Field-Compression */
174 /** Address-and-Control-Field-Compression */
222 * @brief A callback function that can be called if a Echo-Reply needs to
286 /** We received Protocol-Reject */
316 /** Number of re-transmissions left */;
423 /** Magic-Number value */
477 /** Callback to be called when Echo-Reply is received.
488 /** Used when waiting Echo-Reply */
491 /** Echo-Req data value */
494 /** Echo-Reply data value */
594 /** Event emitted when PPP goes into dead phase */
641 * @brief Raise PHASE_DEAD event when PPP reaching DEAD phase
655 * @brief Send PPP Echo-Request to peer. We expect to receive Echo-Reply back.
658 * @param timeout Amount of time to wait Echo-Reply. The value is in
661 * @return 0 if Echo-Reply was received, < 0 if there is a timeout or network
672 return -ENOTSUP; in net_ppp_ping()
677 * @brief Get PPP context information. This is only used by net-shell to