Lines Matching refs:ndp16
106 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()
450 max_ndx = (uint16_t)((sys_le16_to_cpu(ndptr16->wLength) - sizeof(struct ndp16)) / in check_frame()
510 const struct ndp16 *ndp; in cdc_ncm_acl_out_cb()
549 ndp = (const struct ndp16 *)(ntb->data + sys_le16_to_cpu(nthdr16->wNdpIndex)); in cdc_ncm_acl_out_cb()
1053 ntb->ndp.wLength = sys_cpu_to_le16(sizeof(struct ndp16) + in cdc_ncm_send()