Lines Matching defs:port
61 printf(_(" sender, receiver = client:port pair\n"));
73 printf(_(" -l,--list list current connections of each port\n"));
79 * check permission (capability) of specified port
134 printf("%d:%d", addr->client, addr->port);
257 snd_seq_port_info_t *port;
265 snd_seq_port_info_alloca(&port);
272 if (snd_seq_get_any_port_info(seq, dest->client, dest->port, port) < 0 ||
273 !(snd_seq_port_info_get_capability(port) & SND_SEQ_PORT_CAP_SUBS_WRITE) ||
274 (snd_seq_port_info_get_capability(port) & SND_SEQ_PORT_CAP_NO_EXPORT)) {