Searched defs:pNotifyInd (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFlt-solaris.c1148 dl_notify_ind_t *pNotifyInd = (dl_notify_ind_t *)pMsg->b_rptr; local
1149 switch (pNotifyInd->dl_notification)
1153 if (pNotifyInd->dl_data != DL_CURR_PHYS_ADDR)
1156 size_t cOffset = pNotifyInd->dl_addr_offset;
1157 size_t cbAddr = pNotifyInd->dl_addr_length;

Completed in 43 milliseconds