HomeSort by relevance Sort by last modified time
    Searched refs:UDP (Results 1 - 18 of 18) sorted by null

  /external/netcat/data/
pmap-dump.d 1 # portmap dump request: like "rpcinfo -p" but via UDP instead
2 # send to UDP 111 and hope it's not a logging portmapper!
nfs-0.d 0 # UDP NFS null-proc call; finds active NFS listeners on port 2049.
pmap-mnt.d 2 # send to UDP 111 and hope it's not a logging portmapper!
67 000 # 0x00 # . # protocol=udp, 17
showmount.d 0 # UDP mountd call. Use as input to find mount daemons and avoid portmap.
3 # UDP-scan around between 600-800 to find most mount daemons.
rip.d 23 ### UDP send FROM clued-rtr/520 to target/520
  /external/nist-sip/java/gov/nist/javax/sip/address/
ParameterNames.java 45 public static final String UDP = GenericURI.UDP;
NetObject.java 49 protected static final String UDP = "udp";
  /external/nist-sip/java/javax/sip/
ListeningPoint.java 9 String UDP = "UDP";
  /external/libpcap/
tokdefs.h 50 UDP = 276,
154 #define UDP 276
grammar.c 85 UDP = 276,
189 #define UDP 276
784 "CBYTE", "ARP", "RARP", "IP", "SCTP", "TCP", "UDP", "ICMP", "IGMP",
    [all...]
grammar.y 171 %token ARP RARP IP SCTP TCP UDP ICMP IGMP IGRP PIM VRRP
344 | UDP { $$ = Q_UDP; }
scanner.l 180 udp return UDP;
scanner.c     [all...]
  /frameworks/base/voip/java/android/net/sip/
SipProfile.java 47 private String mProtocol = ListeningPoint.UDP;
184 * only "UDP" and "TCP" are supported.
196 if (!protocol.equals("UDP") && !protocol.equals("TCP")) {
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageChannel.java 81 * 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
86 * and recieving messages (which could be either udp or tcp.
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) {
815 * @return the string "udp" in this case
    [all...]
SIPDialog.java 662 * @param protocol -- protocol (udp/tcp/tls)
    [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipHelper.java 125 ListeningPoint lp = mSipProvider.getListeningPoint(ListeningPoint.UDP);
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 80 ATTRIBUTE Ascend-Home-Agent-UDP-Port 186 integer

Completed in 6254 milliseconds