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

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

Completed in 94 milliseconds