Lines Matching refs:pdp
67 struct portdata *pdp;
125 if ((pdp = find_by_linkid(bdc->bdc_linkid)) == NULL)
127 retv = STP_IN_port_get_cfg(0, pdp->port_index, &portcfg);
135 if ((pdp = find_by_linkid(bdc->bdc_linkid)) == NULL)
137 portstate.port_no = pdp->port_index;
140 if (pdp->sdu_failed)
144 else if (pdp->admin_non_stp && pdp->bpdu_protect)
152 if ((pdp = find_by_linkid(bdc->bdc_linkid)) == NULL)
154 twoints[0] = pdp->admin_status ? 1 : 0;