Home
last modified time | relevance | path

Searched refs:myport (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/src/seq/
Dseqmid.c121 int snd_seq_connect_from(snd_seq_t *seq, int myport, int src_client, int src_port) in snd_seq_connect_from() argument
130 subs.dest.port = myport; in snd_seq_connect_from()
148 int snd_seq_connect_to(snd_seq_t *seq, int myport, int dest_client, int dest_port) in snd_seq_connect_to() argument
155 subs.sender.port = myport; in snd_seq_connect_to()
175 int snd_seq_disconnect_from(snd_seq_t *seq, int myport, int src_client, int src_port) in snd_seq_disconnect_from() argument
184 subs.dest.port = myport; in snd_seq_disconnect_from()
202 int snd_seq_disconnect_to(snd_seq_t *seq, int myport, int dest_client, int dest_port) in snd_seq_disconnect_to() argument
209 subs.sender.port = myport; in snd_seq_disconnect_to()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_header.h224 uint16_t myport; /* my port address used in the INIT */ member
Dsctp_input.c2617 (cookie->myport != sh->dest_port) ||
Dsctp_output.c6069 stc.myport = sh->dest_port;