Searched refs:LSAP_CONNLESS (Results 1 – 4 of 4) sorted by relevance
232 if ((slsap_sel != LSAP_CONNLESS) || (dlsap_sel != LSAP_CONNLESS)) { in irlmp_link_unitdata_indication()
175 if (slsap_sel == LSAP_CONNLESS) { in irlmp_open_lsap()177 self->dlsap_sel = LSAP_CONNLESS; in irlmp_open_lsap()1232 userdata->data[0] = userdata->data[1] = LSAP_CONNLESS; in irlmp_connless_data_request()1671 if (slsap_sel == LSAP_CONNLESS) in irlmp_slsap_inuse()
521 self->lsap = irlmp_open_lsap(LSAP_CONNLESS, ¬ify, pid); in irda_open_lsap()
46 #define LSAP_CONNLESS 0x70 /* Connectionless LSAP, mostly used for Ultra */ macro