Home | History | Annotate | Download | only in qemu

Lines Matching refs:dgram_dst

1485     struct sockaddr_in dgram_dst; /* contains inet host and port destination iff connectionless (SOCK_DGRAM) */
1511 (struct sockaddr *)&s->dgram_dst, sizeof(s->dgram_dst));
1673 /* fd passed: multicast: "learn" dgram_dst address from bound address and save it
1712 if (is_connected) s->dgram_dst=saddr;
1912 dgram_dst = saddr;