Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_ncm.c106 struct ndp16 { struct
158 struct ndp16 ndp;
347 const struct ndp16 *ndphdr16; in verify_nth16()
374 if (len < (sizeof(struct nth16) + sizeof(struct ndp16) + in verify_nth16()
394 (len - (sizeof(struct ndp16) + 2U * sizeof(struct ndp16_datagram))))) { in verify_nth16()
400 ndphdr16 = (const struct ndp16 *)(ntb->data + in verify_nth16()
404 (sizeof(struct ndp16) + 2U * sizeof(struct ndp16_datagram))) { in verify_nth16()
433 const struct ndp16 *ndptr16; in check_frame()
446 sizeof(struct ndp16)); in check_frame()
448 ndptr16 = (const struct ndp16 *)(ntb->data + sys_le16_to_cpu(nthdr16->wNdpIndex)); in check_frame()
[all …]