Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dlcp.c2549 struct epdisc epd; in lcp_printpkt() local
2551 GETCHAR(epd.class, p); in lcp_printpkt()
2552 epd.length = olen - CILEN_CHAR; in lcp_printpkt()
2553 if (epd.length > MAX_ENDP_LEN) in lcp_printpkt()
2554 epd.length = MAX_ENDP_LEN; in lcp_printpkt()
2555 if (epd.length > 0) { in lcp_printpkt()
2556 MEMCPY(epd.value, p, epd.length); in lcp_printpkt()
2557 p += epd.length; in lcp_printpkt()
2559 printer(arg, "endpoint [%s]", epdisc_to_str(&epd)); in lcp_printpkt()