Searched refs:ndp16 (Results 1 – 1 of 1) sorted by relevance
308 … struct cdc_ncm_ndp16 *ndp16 = (struct cdc_ncm_ndp16 *)&g_cdc_ncm_rx_buffer[nth16->wNdpIndex]; local309 …if ((ndp16->dwSignature != CDC_NCM_NDP16_SIGNATURE_NCM0) && (ndp16->dwSignature != CDC_NCM_NDP16_S…315 uint16_t datagram_num = (ndp16->wLength - 8) / 4;369 struct cdc_ncm_ndp16 *ndp16 = (struct cdc_ncm_ndp16 *)&g_cdc_ncm_tx_buffer[nth16->wNdpIndex]; local371 ndp16->dwSignature = CDC_NCM_NDP16_SIGNATURE_NCM0;372 ndp16->wLength = 16;373 ndp16->wNextNdpIndex = 0;
Completed in 3 milliseconds