Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_ncm.c92 struct ndp16_datagram { struct
110 struct ndp16_datagram datagram[]; argument
159 struct ndp16_datagram ndp_datagram[CDC_NCM_SEND_MAX_DATAGRAMS_PER_NTB + 1];
375 2U * sizeof(struct ndp16_datagram))) { in verify_nth16()
394 (len - (sizeof(struct ndp16) + 2U * sizeof(struct ndp16_datagram))))) { in verify_nth16()
404 (sizeof(struct ndp16) + 2U * sizeof(struct ndp16_datagram))) { in verify_nth16()
432 const struct ndp16_datagram *ndp_datagram; in check_frame()
444 ndp_datagram = (const struct ndp16_datagram *) in check_frame()
451 sizeof(struct ndp16_datagram)); in check_frame()
508 const struct ndp16_datagram *ndp_datagram; in cdc_ncm_acl_out_cb()
[all …]