Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ppp/dist/pppd/
Dlcp.c84 #define LCP_RTT_MAGIC 0x19450425 macro
2350 if (lcp_rtt_magic == LCP_RTT_MAGIC) { in lcp_received_echo_reply()
2417 PUTLONG(LCP_RTT_MAGIC, pktp); in LcpSendEchoRequest()
2452 if (ring_header[0] != htonl(LCP_RTT_MAGIC)) { in lcp_rtt_open_file()
2454 ring_header[0] = htonl(LCP_RTT_MAGIC); in lcp_rtt_open_file()