Lines Matching refs:sender
110 * \param src_client sender client id
111 * \param src_port sender port id
114 * Connect from the given sender client:port to the given destination port in the
124 subs.sender.client = src_client;
125 subs.sender.port = src_port;
136 * \param myport the port id as sender
151 /*subs.sender.client = seq->client;*/
152 subs.sender.client = snd_seq_client_id(seq);
153 subs.sender.port = myport;
164 * \param src_client sender client id
165 * \param src_port sender port id
168 * Remove connection from the given sender client:port
178 subs.sender.client = src_client;
179 subs.sender.port = src_port;
190 * \param myport the port id as sender
195 * Remove connection from the given sender client:port
205 /*subs.sender.client = seq->client;*/
206 subs.sender.client = snd_seq_client_id(seq);
207 subs.sender.port = myport;