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

1 23 4 5 6 7 8 91011>>

  /external/tcpdump/
udp.h 82 #define BFD_CONTROL_PORT 3784 /* draft-katz-ward-bfd-v4v6-1hop-00.txt */
83 #define BFD_ECHO_PORT 3785 /* draft-katz-ward-bfd-v4v6-1hop-00.txt */
ip6.h 83 u_int8_t ip6_un1_hlim; /* hop limit */
116 /* Hop-by-Hop options header */
ipproto.h 46 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 164 10, 6, -4, 5, 8, /* Hip Hop Preset */
176 5, 3, 0, 1, 3, /* Hip Hop Preset */
188 {"Hip Hop"},
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ip6.h 35 uint8_t ip6_un1_hlim; /* hop limit */
57 /* Hop-by-Hop options header. */
in.h 36 IPPROTO_HOPOPTS = 0, /* IPv6 Hop-by-Hop options. */
469 /* Obsolete hop-by-hop and Destination Options Processing (RFC 2292). */
488 /* Hop-by-Hop and Destination Options Processing (RFC 3542). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip6.h 35 uint8_t ip6_un1_hlim; /* hop limit */
57 /* Hop-by-Hop options header. */
in.h 36 IPPROTO_HOPOPTS = 0, /* IPv6 Hop-by-Hop options. */
469 /* Obsolete hop-by-hop and Destination Options Processing (RFC 2292). */
488 /* Hop-by-Hop and Destination Options Processing (RFC 3542). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip6.h 35 uint8_t ip6_un1_hlim; /* hop limit */
57 /* Hop-by-Hop options header. */
in.h 36 IPPROTO_HOPOPTS = 0, /* IPv6 Hop-by-Hop options. */
469 /* Obsolete hop-by-hop and Destination Options Processing (RFC 2292). */
488 /* Hop-by-Hop and Destination Options Processing (RFC 3542). */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 276 for hop in (
280 for alt in hop, hop.title(), hop.upper(), hop.lower():
284 for hop in (
287 for alt in hop, hop.title(), hop.upper(), hop.lower()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 276 for hop in (
280 for alt in hop, hop.title(), hop.upper(), hop.lower():
284 for hop in (
287 for alt in hop, hop.title(), hop.upper(), hop.lower()
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 58 hop by hop options and all the headers up to and including routing header,
62 There is a hole in specs: some hop-by-hop options can be
80 (f.e.\ in RSVP PATH messages or in some hop-by-hop option).
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_instr.h 108 int hop);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_instr.h 108 int hop);
  /external/chromium/chrome/common/
devtools_messages.h 112 // DevToolsAgent->browser hop.
117 // DevToolsClient->browser hop.
  /external/chromium_org/chrome/common/
thumbnail_score.h 79 // a thumbnail for the first would have a redirect hop of 1, and the second
80 // would have a redirect hop of 0.
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/
in6.h 411 #define IPV6_HOPLIMIT 20 /* bool; hop limit */
412 #define IPV6_NEXTHOP 21 /* bool; next hop addr */
413 #define IPV6_HOPOPTS 22 /* bool; hop-by-hop option */
439 #define IPV6_RTHDR_LOOSE 0 /* this hop need not be a neighbor. XXX old spec */
440 #define IPV6_RTHDR_STRICT 1 /* this hop must be a neighbor. XXX old spec */
446 #define IPV6_DEFAULT_MULTICAST_HOPS 1 /* normally limit m'casts to 1 hop */
534 #define IPV6CTL_DEFHLIM 3 /* default Hop-Limit */
  /external/kernel-headers/original/linux/
in6.h 134 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
in6.h 129 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
in6.h 129 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
in6.h 129 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
util.py 164 """Return true if 'header_name' is an HTTP/1.1 "Hop-by-Hop" header"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
util.py 164 """Return true if 'header_name' is an HTTP/1.1 "Hop-by-Hop" header"""
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 38 import javax.sip.address.Hop;
152 * Get the host, port and transport as a Hop. This is
156 public Hop getHop() {
157 HopImpl hop = new HopImpl(sentBy.getHost().getHostname(), local
159 return hop;

Completed in 552 milliseconds

1 23 4 5 6 7 8 91011>>