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

  /external/nist-sip/java/gov/nist/javax/sip/address/
RouterExt.java 29 import javax.sip.address.Router;
34 public interface RouterExt extends Router {
  /external/nist-sip/java/javax/sip/address/
Router.java 7 public interface Router {
  /external/nist-sip/java/javax/sip/
SipStack.java 5 import javax.sip.address.Router;
27 Router getRouter();
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 67 import javax.sip.address.Router;
613 // Default router -- use this for routing SIP URIs.
614 // Our router does not do DNS lookups.
620 /** Retrieve the router path */
635 Router router = (Router) cons.newInstance(args); local
636 super.setRouter(router);
640 "could not instantiate router -- invocation target problem",
643 "Cound not instantiate router - check constructor", ex1)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
DefaultRouter.java 58 * This is the default router. When the implementation wants to forward a
60 * out where to send the request. The default router implements a simple
75 * SIP URI, call {@link javax.sip.address.Router#getNextHop(Request)} provided
81 * (which means the next hop is a strict router), the implementation will
99 public class DefaultRouter implements Router {
177 * means the next hop is a strict router), the implementation will
248 // The internal router should never be consulted for non-sip URIs.
257 * Performs strict router fix according to RFC3261 section 16.6 step 6
333 * @see javax.sip.address.Router#getNextHop(javax.sip.message.Request)
SIPTransactionStack.java 75 import javax.sip.address.Router;
187 * Internal router. Use this for all sip: request routing.
237 * Router to determine where to forward the request.
239 protected javax.sip.address.Router router; field in class:SIPTransactionStack
263 * Use the user supplied router for all out of dialog requests.
    [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c 423 // send msg if we have a router and it is a private address
424 if (!mDNSIPv4AddressIsZero(m->Router.ip.v4) && mDNSv4AddrIsRFC1918(&m->Router.ip.v4))
443 err = mDNSPlatformSendUDP(m, (mDNSu8 *)&u, end, 0, mDNSNULL, &m->Router, NATPMPPort);
    [all...]
mDNSEmbeddedAPI.h 166 kDNSType_RT, // 21 Router
    [all...]
mDNS.c     [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 174 VALUE Ascend-IPX-Peer-Mode IPX-Peer-Router 0
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 159 milliseconds