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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_capab.c553 i_capab_id_ack(mblk_t *mp, dl_capability_sub_t *outers, argument
561 ASSERT(outers->dl_cap == DL_CAPAB_ID_WRAPPER);
563 capend = (caddr_t)(outers + 1) + outers->dl_length;
570 capab_id = (dl_capab_id_t *)(outers + 1);
572 if (outers->dl_length < sizeof (*capab_id) ||
574 inners->dl_length > (outers->dl_length - sizeof (*inners)))) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c1454 ill_capability_id_ack(ill_t *ill, mblk_t *mp, dl_capability_sub_t *outers) argument
1457 uint_t sub_dl_cap = outers->dl_cap;
1471 capend = (uint8_t *)(outers + 1) + outers->dl_length;
1478 id_ic = (dl_capab_id_t *)(outers + 1);
1480 if (outers->dl_length < sizeof (*id_ic) ||
1482 inners->dl_length > (outers->dl_length - sizeof (*inners)))) {

Completed in 101 milliseconds