Lines Matching defs:epd
2549 struct epdisc epd;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));