HomeSort by: relevance | last modified time | path
    Searched defs:ndp_index (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
if_ncm.c 275 const unsigned ndp_index = UGETW(hdr->wNdpIndex); local in function:ncm_uno_rx_loop
277 if (ndp_index < sizeof(*hdr) ||
278 ndp_index > total_len - sizeof(*ptr)) {
281 "total_len %u\n", ndp_index,
287 ptr = (struct ncm_dptab16 *)(buf + ndp_index);
295 if ((unsigned)UGETW(ptr->wLength) > total_len - ndp_index) {
297 "ndp_index %u total_len %u\n", UGETW(ptr->wLength),
298 ndp_index, total_len);

Completed in 10 milliseconds