HomeSort by relevance Sort by last modified time
    Searched full:hop (Results 26 - 50 of 276) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atalk.h 20 #define DDP_MAXHOPS 15 /* 4 bits of hop counter */
ip6_tunnel.h 27 __u8 hop_limit; /* hop limit for tunnel */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atalk.h 20 #define DDP_MAXHOPS 15 /* 4 bits of hop counter */
ip6_tunnel.h 27 __u8 hop_limit; /* hop limit for tunnel */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atalk.h 20 #define DDP_MAXHOPS 15 /* 4 bits of hop counter */
ip6_tunnel.h 27 __u8 hop_limit; /* hop limit for tunnel */
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 75 import javax.sip.address.Hop;
344 Hop hop = null; local
346 hop = sipStack.getNextHop((SIPRequest) request);
347 if (hop == null)
349 "Cannot resolve next hop -- transaction unavailable");
352 "Cannot resolve next hop -- transaction unavailable", ex);
354 String transport = hop.getTransport();
399 .getMessageProcessor(), hop);
402 ct.setNextHop(hop);
682 Hop hop = sipStack.getRouter((SIPRequest) request).getNextHop(request); local
778 Hop hop = sipStack.getAddressResolver().resolveAddress( local
921 Hop hop = clientTx.getNextHop(); local
941 Hop hop = clientTx.getNextHop(); local
    [all...]
  /external/iproute2/include/linux/
ip6_tunnel.h 27 __u8 hop_limit; /* hop limit for tunnel */
  /external/tcpdump/
igrp.h 30 u_int8_t igr_hct; /* hop count */
ipx.h 20 u_int8_t tCtl; /* Transport Control (i.e. hop count) */
  /external/clang/test/Sema/
type-spec-struct-union.c 56 SQUAT, FLAG, DICT4, DICT3, DICT2, DICT1, DICT0, HOP, CHECK4, CHECK3, CHECK2, CHECK1, DONE, BAD
64 z->baz->mode = z->baz->nowrap ? HOP : SQUAT;
  /external/iptables/extensions/
libip6t_ipv6header.c 32 { "hop-by-hop", IPPROTO_HOPOPTS },
34 { "hop", IPPROTO_HOPOPTS },
130 " names: hop,dst,route,frag,auth,esp,none,proto\n"
131 " long names: hop-by-hop,ipv6-opts,ipv6-route,\n"
libip6t_hl.c 2 * IPv6 Hop Limit matching module
26 "[!] --hl-eq value Match hop limit value\n"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_kernel.h 71 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop);
82 int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev, int atomic, int hop);
83 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event *ev, int atomic, int hop);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_kernel.h 71 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop);
82 int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev, int atomic, int hop);
83 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event *ev, int atomic, int hop);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageChannel.java 49 import javax.sip.address.Hop;
196 * @param hop hop to send it to.
199 public void sendMessage(SIPMessage sipMessage, Hop hop) throws IOException {
201 InetAddress hopAddr = InetAddress.getByName(hop.getHost());
207 && messageProcessor.getPort() == hop.getPort()
208 && messageProcessor.getTransport().equals(hop.getTransport())) {
210 hopAddr, hop.getPort());
222 this.sendMessage(msg, hopAddr, hop.getPort(), sipMessage instanceof SIPRequest)
    [all...]
  /external/iputils/doc/
tracepath.sgml 108 The second column shows the network hop, which replied to the probe.
115 the correspinding network hop. As rule it contains value of RTT.
118 or the probe finishes before it reach prescribed hop, difference
122 with TTL of 2 was rejected at the first hop due to Path MTU Discovery.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
in.h 80 The `ip_dst' field is used for the first-hop gateway when using a
84 struct in_addr ip_dst; /* First hop; zero without source route. */
167 #define IPV6_RTHDR_LOOSE 0 /* Hop doesn't need to be neighbour. */
168 #define IPV6_RTHDR_STRICT 1 /* Hop must be a neighbour. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
in.h 80 The `ip_dst' field is used for the first-hop gateway when using a
84 struct in_addr ip_dst; /* First hop; zero without source route. */
167 #define IPV6_RTHDR_LOOSE 0 /* Hop doesn't need to be neighbour. */
168 #define IPV6_RTHDR_STRICT 1 /* Hop must be a neighbour. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
in.h 80 The `ip_dst' field is used for the first-hop gateway when using a
84 struct in_addr ip_dst; /* First hop; zero without source route. */
167 #define IPV6_RTHDR_LOOSE 0 /* Hop doesn't need to be neighbour. */
168 #define IPV6_RTHDR_STRICT 1 /* Hop must be a neighbour. */
  /external/apache-http/src/org/apache/http/conn/routing/
RouteTracker.java 64 /** Whether the first hop of the route is established. */
240 public final HttpHost getHopTarget(int hop) {
241 if (hop < 0)
243 ("Hop index must not be negative: " + hop);
245 if (hop >= hopcount) {
247 ("Hop index " + hop +
252 if (hop < hopcount-1)
253 result = this.proxyChain[hop];
    [all...]
HttpRoute.java 276 public final HttpHost getHopTarget(int hop) {
277 if (hop < 0)
279 ("Hop index must not be negative: " + hop);
281 if (hop >= hopcount)
283 ("Hop index " + hop +
287 if (hop < hopcount-1)
288 result = this.proxyChain[hop];
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 37 import javax.sip.address.Hop;
208 /* Resolve this to the next hop based on the previous lookup. If we are not using
209 * lose routing (RFC2543) then just attach hop as a maddr param.
212 Hop hop = ((SIPClientTransaction) challengedTransaction).getNextHop(); local
215 if ( !hop.getHost().equalsIgnoreCase(sipUri.getHost())
216 && !hop.equals(sipStack.getRouter(challengedRequest).getOutboundProxy()) )
218 sipUri.setMAddrParam(hop.getHost());
219 if ( hop.getPort() != -1 ) sipUri.setPort(hop.getPort())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
parse-js.js 303 S.regex_allowed = ((type == "operator" && !HOP(UNARY_POSTFIX, value)) ||
304 (type == "keyword" && HOP(KEYWORDS_BEFORE_EXPRESSION, value)) ||
305 (type == "punc" && HOP(PUNC_BEFORE_EXPRESSION, value)));
323 while (HOP(WHITESPACE_CHARS, peek()))
460 return HOP(REGEXP_MODIFIERS, ch);
470 if (HOP(OPERATORS, bigger)) {
505 return !HOP(KEYWORDS, word)
507 : HOP(OPERATORS, word)
509 : HOP(KEYWORDS_ATOM, word)
532 if (HOP(PUNC_CHARS, ch)) return token("punc", next())
    [all...]
  /external/chromium/chrome/common/
thumbnail_score.h 67 // a thumbnail for the first would have a redirect hop of 1, and the second
68 // would have a redirect hop of 0.

Completed in 282 milliseconds

12 3 4 5 6 7 8 91011>>