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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseqmid.c111 * \param myport the port id as receiver
121 int snd_seq_connect_from(snd_seq_t *seq, int myport, int src_client, int src_port) argument
130 subs.dest.port = myport;
138 * \param myport the port id as sender
148 int snd_seq_connect_to(snd_seq_t *seq, int myport, int dest_client, int dest_port) argument
155 subs.sender.port = myport;
165 * \param myport the port id as receiver
175 int snd_seq_disconnect_from(snd_seq_t *seq, int myport, int src_client, int src_port) argument
184 subs.dest.port = myport;
192 * \param myport th
202 snd_seq_disconnect_to(snd_seq_t *seq, int myport, int dest_client, int dest_port) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_base.c24 unsigned short myport; variable
95 myport = self.port = (unsigned short)atoi(c);
H A Drep_base.h30 extern unsigned short myport;
H A Drep_net.c470 nport = htons(myport);

Completed in 122 milliseconds