Home
last modified time | relevance | path

Searched refs:udpdst (Results 1 – 2 of 2) sorted by relevance

/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd_udp.c613 emsg, emsglen, udpdst) in initclient() argument
622 udptarget_t *udpdst;
635 bzero(udpdst, sizeof(*udpdst));
637 udpdst->raddrhost = *tohost;
638 udpdst->raddr = *toaddr;
670 if (getoutaddr(&udpdst->laddr,
674 &udpdst->raddrhost,
732 sockaddr2sockshost(&udpdst->client, &udpdst->clienthost);
736 udpdst->firstio = udpdst->lastio;
737 udpdst->s = s;
[all …]
/dports/net-p2p/py-vertex/Vertex-0.3.1/vertex/
H A Dq2q.py493 udpdst=(self.q2qproto._determinePublicIP(), realLocalUDP))
878 def _bindUDP(self, q2qsrc, q2qdst, udpsrc, udpdst, protocol): argument
905 udpdst=udpdst,
920 self.service.dispatcher.seedNAT(udpdst, srcport, conditional=True)