Searched refs:myport (Results 1 – 4 of 4) sorted by relevance
/third_party/alsa-lib/src/seq/ |
D | seqmid.c | 121 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/ |
D | sctp_header.h | 224 uint16_t myport; /* my port address used in the INIT */ member
|
D | sctp_input.c | 2617 (cookie->myport != sh->dest_port) ||
|
D | sctp_output.c | 6069 stc.myport = sh->dest_port;
|