Searched refs:dl_test_ind_t (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Ddlpi.h1300 } dl_test_ind_t; typedef in typeref:struct:__anon7363
1510 dl_test_ind_t test_ind;
1582 #define DL_TEST_IND_SIZE sizeof (dl_test_ind_t)
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dllc1.c2614 dl_test_ind_t *test;
2619 nmp = allocb(sizeof (dl_test_ind_t) + 2 * (ETHERADDRL + 1), BPRI_MED);
2632 test = (dl_test_ind_t *)nmp->b_rptr;
2634 test->dl_dest_addr_offset = sizeof (dl_test_ind_t);
2670 nmp->b_wptr = nmp->b_rptr + sizeof (dl_test_ind_t) +

Completed in 104 milliseconds