Searched refs:udp_port (Results 1 - 12 of 12) sorted by relevance

/external/autotest/client/common_lib/cros/graphite/
H A Dautotest_es.py97 timeout=DEFAULT_TIMEOUT, index=INDEX_METADATA, udp_port=ES_UDP_PORT,
105 timeout=timeout, index=index, udp_port=udp_port)
120 udp_port=ES_UDP_PORT)
137 timeout=timeout, index=index, udp_port=0)
149 timeout=timeout, index=index, udp_port=0)
H A Des_test_utils.py49 host, port, use_http, udp_port,
83 udp_port=udp_port))
H A Dautotest_stats.py35 udp_port=autotest_es.ES_UDP_PORT) variable
H A Des_utils.py106 def __init__(self, use_http, host, port, index, udp_port,
114 @param udp_port: What port to use for UDP data.
121 self.udp_port = udp_port
157 sock.sendto(message, (self.host, self.udp_port))
H A Dstats_es_functionaltest.py73 udp_port = autotest_es.ES_UDP_PORT,
/external/libpcap/
H A Dnametoaddr.c168 int udp_port = -1; local
179 if (sp != NULL) udp_port = ntohs(sp->s_port);
183 if (udp_port >= 0) {
184 if (udp_port == tcp_port)
196 if (udp_port >= 0) {
197 *port = udp_port;
/external/c-ares/
H A Dares_init.c158 channel->udp_port = -1;
351 options->udp_port = (unsigned short)channel->udp_port;
433 if ((optmask & ARES_OPT_UDP_PORT) && channel->udp_port == -1)
434 channel->udp_port = options->udp_port;
1159 if (channel->udp_port == -1)
1160 channel->udp_port = htons(NAMESERVER_PORT);
H A Dares_private.h254 int udp_port; member in struct:ares_channeldata
H A Dares.h255 unsigned short udp_port; member in struct:ares_options
H A Dares_process.c1042 saddr.sa4.sin_port = (unsigned short)(channel->udp_port & 0xffff);
1051 saddr.sa6.sin6_port = (unsigned short)(channel->udp_port & 0xffff);
H A Dadig.c339 options.udp_port = (unsigned short)strtol(optarg, NULL, 0);
/external/webrtc/webrtc/p2p/base/
H A Dport_unittest.cc2515 rtc::scoped_ptr<Port> udp_port(CreateUdpPort(kLocalAddr1));
2516 EXPECT_TRUE(udp_port->SupportsProtocol(UDP_PROTOCOL_NAME));
2517 EXPECT_FALSE(udp_port->SupportsProtocol(TCP_PROTOCOL_NAME));

Completed in 340 milliseconds