Searched refs:stsap_sel (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirttp.h107 __u8 stsap_sel; /* Source TSAP */ member in struct:tsap_cb
155 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify);
H A Daf_irda.h50 __u8 stsap_sel; /* local TSAP address */ member in struct:irda_sock
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irnet/
H A Dirnet_irda.c147 self->stsap_sel = self->tsap->stsap_sel;
150 self->tsap, self->stsap_sel);
674 self->stsap_sel = 0;
843 new->stsap_sel = new->tsap->stsap_sel;
972 irnet_server.s.stsap_sel, IAS_KERNEL_ATTR);
1151 self->stsap_sel = 0;
1720 len += sprintf(buf+len, "stsap_sel: %02x, ", irnet_server.s.stsap_sel);
[all...]
H A Dirnet.h217 __u8 stsap_sel; /* Local TSAP selector */ member in struct:irnet_socket
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirttp.c376 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify) argument
387 if((stsap_sel != LSAP_ANY) &&
388 ((stsap_sel < 0x01) || (stsap_sel >= 0x70))) {
427 lsap = irlmp_open_lsap(stsap_sel, &ttp_notify, 0);
436 * the stsap_sel we have might not be valid anymore
438 self->stsap_sel = lsap->slsap_sel;
439 IRDA_DEBUG(4, "%s(), stsap_sel=%02x\n", __FUNCTION__, self->stsap_sel);
1279 IRDA_DEBUG(4, "%s(), TSAP sel=%02x\n", __FUNCTION__, self->stsap_sel);
[all...]
H A Daf_irda.c493 self->stsap_sel = self->tsap->stsap_sel;
726 saddr.sir_lsap_sel = self->stsap_sel;
812 self->stsap_sel, IAS_KERNEL_ATTR);
895 new->stsap_sel = new->tsap->stsap_sel;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_ttp.c99 self->slsap_sel = self->tsap->stsap_sel;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irlan/
H A Dirlan_provider.c415 irlan_ias_register(self, tsap->stsap_sel);
H A Dirlan_common.c504 self->stsap_sel_data = self->tsap_data->stsap_sel;

Completed in 84 milliseconds