Searched defs:stsap_sel (Results 1 - 2 of 2) sorted by relevance

/net/irda/irnet/
H A Dirnet.h437 __u8 stsap_sel; /* Local TSAP selector */ member in struct:irnet_socket
/net/irda/
H A Dirttp.c392 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify) argument
403 if ((stsap_sel != LSAP_ANY) &&
404 ((stsap_sel < 0x01) || (stsap_sel >= 0x70))) {
441 lsap = irlmp_open_lsap(stsap_sel, &ttp_notify, 0);
451 * the stsap_sel we have might not be valid anymore
453 self->stsap_sel = lsap->slsap_sel;
454 IRDA_DEBUG(4, "%s(), stsap_sel=%02x\n", __func__, self->stsap_sel);
1305 IRDA_DEBUG(4, "%s(), TSAP sel=%02x\n", __func__, self->stsap_sel);
[all...]

Completed in 3087 milliseconds