Home | History | Annotate | Download | only in netbt

Lines Matching defs:pn

259 	struct rfcomm_mcc_pn pn;
267 * If we have not already sent a PN on the session, we must send
268 * a PN to negotiate Credit Flow Control, and this setting will
272 memset(&pn, 0, sizeof(pn));
273 pn.dlci = dlc->rd_dlci;
274 pn.priority = dlc->rd_dlci | 0x07;
275 pn.mtu = htole16(dlc->rd_mtu);
277 pn.flow_control = 0xf0;
280 pn.credits = dlc->rd_rxcred;
283 RFCOMM_MCC_PN, &pn, sizeof(pn));