Lines Matching defs:myport
109 * \param myport the port id as receiver
119 int snd_seq_connect_from(snd_seq_t *seq, int myport, int src_client, int src_port)
128 subs.dest.port = myport;
136 * \param myport the port id as sender
146 int snd_seq_connect_to(snd_seq_t *seq, int myport, int dest_client, int dest_port)
153 subs.sender.port = myport;
163 * \param myport the port id as receiver
173 int snd_seq_disconnect_from(snd_seq_t *seq, int myport, int src_client, int src_port)
182 subs.dest.port = myport;
190 * \param myport the port id as sender
200 int snd_seq_disconnect_to(snd_seq_t *seq, int myport, int dest_client, int dest_port)
207 subs.sender.port = myport;