Home
last modified time | relevance | path

Searched refs:dest_port (Results 1 - 9 of 9) sorted by relevance

/third_party/alsa-lib/src/seq/
H A Dseqmid.c138 * \param dest_port destination port id
146 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.dest.port = dest_port; in snd_seq_connect_to()
192 * \param dest_port destination port id
200 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.dest.port = dest_port; in snd_seq_disconnect_to()
/third_party/lwip/src/core/distributed_net/
H A Dudp_transmit.c73 data.dest_port = ntohs(dest_addr->sin_port); in udp_transmit_sendto()
112 data.dest_port = ntohs(temp_addr_in.sin_port); in udp_transmit_sendmsg()
H A Ddistributed_net_core.c76 data.dest_port = ntohs(addr_in.sin_port); in distributed_net_connect()
248 INIT_SOCK_ADDR(temp_addr, data->dest_addr, data->dest_port); in distributed_net_recvfrom()
/third_party/alsa-lib/test/
H A Dplaymidi1.c81 static int dest_port = DEST_PORT_NUMBER; variable
225 snd_seq_ev_set_dest(ev, dest_client, dest_port); in set_event_header()
537 dest_port = dest_addr.port; in main()
556 tmp = snd_seq_connect_to(seq_handle, my_port, dest_client, dest_port); in main()
/third_party/lwip/src/include/lwip/distributed_net/
H A Dudp_transmit.h44 u32_t dest_port; member
H A Ddistributed_net_core.h62 u32_t dest_port; member
/third_party/alsa-lib/include/
H A Dseqmid.h375 int snd_seq_connect_to(snd_seq_t *seq, int my_port, int dest_client, int dest_port);
377 int snd_seq_disconnect_to(snd_seq_t *seq, int my_port, int dest_client, int dest_port);
/third_party/lwip/src/apps/mdns/
H A Dmdns.c234 u16_t dest_port; member
1285 out->dest_port = in->source_port; in mdns_init_outpacket()
1499 res = udp_sendto_if(mdns_pcb, outpkt->pbuf, &outpkt->dest_addr, outpkt->dest_port, outpkt->netif); in mdns_send_outpacket()
1550 announce.dest_port = LWIP_IANA_PORT_MDNS; in mdns_announce()
2003 pkt.dest_port = LWIP_IANA_PORT_MDNS; in mdns_send_probe()
/third_party/lwip/src/core/
H A Ddns.c843 udp_data_hdr.dest_port = DNS_SERVER_PORT; in dns_send()

Completed in 9 milliseconds