Home | History | Annotate | Download | only in qemu

Lines Matching refs:dgram_dst

1613     SockAddress  dgram_dst; /* contains inet host and port destination iff connectionless (SOCK_DGRAM) */
1638 return socket_sendto(s->fd, buf, size, &s->dgram_dst);
1790 /* fd passed: multicast: "learn" dgram_dst address from bound address and save it
1829 if (is_connected) s->dgram_dst=saddr;
2016 s->dgram_dst = saddr;