Searched refs:UDP (Results 1 - 12 of 12) 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/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/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend80 ATTRIBUTE Ascend-Home-Agent-UDP-Port 186 integer
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
H A Dssvnc.tcl15851 set m "PortKnock: UDP: netcat(1) not found"
15888 set m "PortKnock: UDP: $host $port"
15982 to have a single encrypted packet (e.g. UDP) payload communicate with the
16030 If you need to send a UDP packet, the netcat (aka "nc") program must be

Completed in 466 milliseconds