Searched refs:UDP (Results 1 - 16 of 16) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/address/
H A DParameterNames.java45 public static final String UDP = GenericURI.UDP; field in interface:ParameterNames
H A DNetObject.java49 protected static final String UDP = "udp"; field in class:NetObject
/external/nist-sip/java/javax/sip/
H A DListeningPoint.java9 String UDP = "UDP"; field in interface:ListeningPoint
/external/libpcap/
H A Dtokdefs.h58 UDP = 276, enumerator in enum:yytokentype
179 #define UDP 276 macro
H A Dgrammar.y275 %token ARP RARP IP SCTP TCP UDP ICMP IGMP IGRP PIM VRRP CARP
464 | UDP { $$ = Q_UDP; }
H A Dgrammar.c365 UDP = 276, enumerator in enum:yytokentype
486 #define UDP 276 macro
1029 "CBYTE", "ARP", "RARP", "IP", "SCTP", "TCP", "UDP", "ICMP", "IGMP",
H A Dscanner.l200 udp return UDP;
H A Dscanner.c3093 return UDP;
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host.h95 enum ProtocolType { UDP = 0x1, TCP = 0x2 }; enumerator in enum:content::P2PSocketHost::ProtocolType
H A Dsocket_host.cc475 if (protocol_type_ == P2PSocketHost::UDP) {
485 if (protocol_type_ == P2PSocketHost::UDP) {
H A Dsocket_host_udp.cc22 // UDP packets cannot be bigger than 64k.
71 : P2PSocketHost(message_sender, socket_id, P2PSocketHost::UDP),
182 LOG(ERROR) << "Error when reading from UDP socket: " << result;
300 LOG(ERROR) << "Error when sending data in UDP socket: " << result;
/external/smack/src/org/xbill/DNS/
H A DWKSRecord.java72 public static final int UDP = 17; field in class:WKSRecord.Protocol
174 protocols.add(UDP, "udp");
225 * TCP/UDP services. This is basically copied out of RFC 1010,
469 private static Mnemonic services = new Mnemonic("TCP/UDP service",
558 * Converts a TCP/UDP service port number into its textual
567 * Converts a textual representation of a TCP/UDP service into its
651 throw st.exception("Invalid TCP/UDP service: " +
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DUDPMessageChannel.java81 * This is the UDP Message handler that gets created when a UDP message needs to
83 * and invoking it on the message read from the UDP socket. The parsed structure
230 peerProtocol = "UDP";
301 "Error while processing incoming UDP packet", e);
351 // Currently only UDP, @todo also other transports
364 packet.getPort(), "UDP", false);
764 if (peerProtocol.compareToIgnoreCase("UDP") == 0) {
818 return SIPConstants.UDP;
862 * Compare two UDP Messag
[all...]
H A DSIPDialog.java2433 transport = uri4transport.isSecure() ? ListeningPoint.TLS : ListeningPoint.UDP;
/external/chromium_org/native_client_sdk/src/doc/
H A Dfaq.rst491 * Code that does direct TCP/IP or UDP networking. For security reasons
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend80 ATTRIBUTE Ascend-Home-Agent-UDP-Port 186 integer

Completed in 1448 milliseconds