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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Devents.c187 bridge_setpvid_t bsv; local
276 bsv.bsv_vlan = 1;
280 bsv.bsv_vlan = propval;
282 bsv.bsv_linkid = linkid;
283 if (strioctl(control_fd, BRIOC_SETPVID, &bsv, sizeof (bsv)) == -1) {
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c3167 bridge_setpvid_t *bsv; local
3170 (rc = miocpullup(mp, sizeof (*bsv))) != 0)
3173 bsv = (bridge_setpvid_t *)mp->b_cont->b_rptr;
3174 if (bsv->bsv_vlan > VLAN_ID_MAX)
3176 if ((blp = enter_link(bip, bsv->bsv_linkid)) == NULL) {
3178 } else if (blp->bl_pvid == bsv->bsv_vlan) {
3183 blp->bl_pvid = bsv->bsv_vlan;

Completed in 66 milliseconds