Lines Matching refs:pdp
237 struct portdata *pdp; in tx_bpdu() local
243 pdp = allports[port_index - 1]; in tx_bpdu()
244 rc = dlpi_send(pdp->dlpi, NULL, 0, bpdu, bpdu_len, NULL); in tx_bpdu()
248 bpdu_len, pdp->name); in tx_bpdu()
251 syslog(LOG_WARNING, "failed to send to %s: %s", pdp->name, in tx_bpdu()
279 struct portdata *pdp; in get_init_port_cfg() local
287 pdp = allports[port_index - 1]; in get_init_port_cfg()
297 linkid = pdp->linkid; in get_init_port_cfg()
344 pdp->admin_non_stp = cfg->admin_non_stp; in get_init_port_cfg()
345 if (!pdp->admin_non_stp) in get_init_port_cfg()
346 pdp->bpdu_protect = B_FALSE; in get_init_port_cfg()