Home
last modified time | relevance | path

Searched refs:Hop (Results 1 – 25 of 34) sorted by relevance

12

/external/iptables/extensions/
Dlibip6t_HL.man1 This is used to modify the Hop Limit field in IPv6 header. The Hop Limit field
3 Hop Limit field can potentially be very dangerous, so it should be avoided at
11 Set the Hop Limit to `value'.
14 Decrement the Hop Limit `value' times.
17 Increment the Hop Limit `value' times.
Dlibip6t_hl.man1 This module matches the Hop Limit field in the IPv6 header.
4 Matches if Hop Limit equals \fIvalue\fP.
7 Matches if Hop Limit is less than \fIvalue\fP.
10 Matches if Hop Limit is greater than \fIvalue\fP.
Dlibip6t_hbh.man1 This module matches the parameters in Hop-by-Hop Options header
Dlibip6t_ipv6header.man13 Hop-by-Hop Options header
/external/nist-sip/java/gov/nist/javax/sip/stack/
DDefaultRouter.java103 private Hop defaultRoute;
116 this.defaultRoute = (Hop) this.sipStack.getAddressResolver() in DefaultRouter()
117 .resolveAddress((Hop) (new HopImpl(defaultRoute))); in DefaultRouter()
161 public Hop getNextHop(Request request) throws SipException { in getNextHop()
208 Hop hop = createHop(sipUri,request); in getNextHop()
219 Hop hop = createHop((SipURI) requestURI,request); in getNextHop()
237 Hop hop = createHop((SipURI) requestURI,request); in getNextHop()
289 private final Hop createHop(SipURI sipUri, Request request) { in createHop()
326 public javax.sip.address.Hop getOutboundProxy() { in getOutboundProxy()
DHopImpl.java53 public final class HopImpl extends Object implements javax.sip.address.Hop, Serializable {
DMessageChannel.java49 import javax.sip.address.Hop;
199 public void sendMessage(SIPMessage sipMessage, Hop hop) throws IOException { in sendMessage()
DSIPClientTransaction.java62 import javax.sip.address.Hop;
202 private Hop nextHop;
1532 public void setNextHop(Hop hop) { in setNextHop()
1542 public Hop getNextHop() { in getNextHop()
DTCPMessageChannel.java40 import javax.sip.address.Hop;
437 Hop hop = sipStack.addressResolver.resolveAddress(v.getHop()); in processMessage()
DTLSMessageChannel.java54 import javax.sip.address.Hop;
413 Hop hop = sipStack.addressResolver.resolveAddress(v.getHop()); in processMessage()
/external/tcpdump/tests/
Dbgp-large-community.out6 Next Hop (3), length: 4, Flags [T]: 192.0.2.2
14 Next Hop (3), length: 4, Flags [T]: 192.0.2.2
22 Next Hop (3), length: 4, Flags [T]: 192.0.2.2
30 Next Hop (3), length: 4, Flags [T]: 192.0.2.2
38 Next Hop (3), length: 4, Flags [T]: 192.0.2.2
Dmpbgp-linklocal-nexthop.out6 Next Hop (3), length: 4, Flags [T]: 0.0.0.0
Drsvp-inf-loop-2-v.out6 RSVP Hop Object (3) Flags: [reject if unknown], Class-Type: IPv4 (1), length: 12
Dbabel_rtt.out23 Next Hop 192.168.42.1
/external/nist-sip/java/gov/nist/core/net/
DAddressResolver.java31 import javax.sip.address.Hop;
61 public Hop resolveAddress( Hop hop); in resolveAddress()
/external/nist-sip/java/gov/nist/javax/sip/
DDefaultAddressResolver.java31 import javax.sip.address.Hop;
63 public Hop resolveAddress(Hop inputAddress) { in resolveAddress()
DClientTransactionExt.java9 import javax.sip.address.Hop;
43 public Hop getNextHop(); in getNextHop()
DSipProviderImpl.java75 import javax.sip.address.Hop;
344 Hop hop = null; in getNewClientTransaction()
682 Hop hop = sipStack.getRouter((SIPRequest) request).getNextHop(request); in sendRequest()
778 Hop hop = sipStack.getAddressResolver().resolveAddress( in sendResponse()
921 Hop hop = clientTx.getNextHop(); in transactionErrorEvent()
941 Hop hop = clientTx.getNextHop(); in transactionErrorEvent()
/external/nist-sip/java/gov/nist/javax/sip/address/
DRouterExt.java28 import javax.sip.address.Hop;
40 public void transactionTimeout(Hop hop); in transactionTimeout()
/external/nist-sip/java/javax/sip/address/
DRouter.java8 Hop getNextHop(Request request) throws SipException; in getNextHop()
10 Hop getOutboundProxy(); in getOutboundProxy()
DHop.java3 public interface Hop { interface
/external/nist-sip/java/javax/sip/
DClientTransaction.java3 import javax.sip.address.Hop;
19 Hop getNextHop(); in getNextHop()
/external/nist-sip/java/gov/nist/javax/sip/header/
DVia.java38 import javax.sip.address.Hop;
156 public Hop getHop() { in getHop()
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DAuthenticationHelperImpl.java37 import javax.sip.address.Hop;
212 Hop hop = ((SIPClientTransaction) challengedTransaction).getNextHop(); in handleChallenge()
/external/scapy/test/
Dmock_windows.uts228 Current Hop Limit : 0
259 Current Hop Limit : 0

12