Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_ncm.c70 uint32_t dwSignature; member
81 uint32_t dwSignature; member
107 uint32_t dwSignature; member
360 if (sys_le32_to_cpu(nthdr16->dwSignature) != NTH16_SIGNATURE) { in verify_nth16()
362 (unsigned int)sys_le32_to_cpu(nthdr16->dwSignature)); in verify_nth16()
410 if ((sys_le32_to_cpu(ndphdr16->dwSignature) != NDP16_SIGNATURE_NCM0) && in verify_nth16()
411 (sys_le32_to_cpu(ndphdr16->dwSignature) != NDP16_SIGNATURE_NCM1)) { in verify_nth16()
413 (unsigned int)sys_le32_to_cpu(ndphdr16->dwSignature)); in verify_nth16()
1048 ntb->nth.dwSignature = sys_cpu_to_le32(NTH16_SIGNATURE); in cdc_ncm_send()
1052 ntb->ndp.dwSignature = sys_cpu_to_le32(NDP16_SIGNATURE_NCM0); in cdc_ncm_send()