Searched refs:epd (Results 1 – 1 of 1) sorted by relevance
2130 struct epdisc epd; local2132 GETCHAR(epd.class, p);2133 epd.length = olen - CILEN_CHAR;2134 if (epd.length > MAX_ENDP_LEN)2135 epd.length = MAX_ENDP_LEN;2136 if (epd.length > 0) {2137 BCOPY(p, epd.value, epd.length);2138 p += epd.length;2140 printer(arg, "endpoint [%s]", epdisc_to_str(&epd));