Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_ncm.c69 struct nth16 { struct
157 struct nth16 nth;
167 struct nth16 nth;
346 const struct nth16 *nthdr16 = &ntb->nth; in verify_nth16()
354 if (sys_le16_to_cpu(nthdr16->wHeaderLength) != sizeof(struct nth16)) { in verify_nth16()
374 if (len < (sizeof(struct nth16) + sizeof(struct ndp16) + in verify_nth16()
392 if ((sys_le16_to_cpu(nthdr16->wNdpIndex) < sizeof(struct nth16)) || in verify_nth16()
429 const struct nth16 *nthdr16 = &ntb->nth; in check_frame()
509 const struct nth16 *nthdr16; in cdc_ncm_acl_out_cb()
1049 ntb->nth.wHeaderLength = sys_cpu_to_le16(sizeof(struct nth16)); in cdc_ncm_send()
[all …]