HomeSort by relevance Sort by last modified time
    Searched refs:via (Results 1 - 25 of 30) sorted by null

1 2

  /external/iproute2/ip/
routel 22 via=""
28 broadcast|local|unreachable) via=$network
40 echo "$network $via $src $proto $scope $dev $table"
52 via=$2;
58 printf(format,network,mask,via,src,proto,scope,dev,table);
ifcfg 143 ip ro append default via $peer dev $dev metric 30001
iproute.c 66 fprintf(stderr, "NH := [ via ADDRESS ] [ dev STRING ] [ weight NUMBER ] NHFLAGS\n");
128 inet_prefix via; local
227 memset(&via, 0, sizeof(via));
228 via.family = r->rtm_family;
230 memcpy(&via.data, RTA_DATA(tb[RTA_GATEWAY]), host_len/8);
251 if (filter.rvia.family && inet_addr_match(&via, &filter.rvia, filter.rvia.bitlen))
350 fprintf(fp, "via %s ",
557 fprintf(fp, " via %s ",
606 if (strcmp(*argv, "via") == 0)
    [all...]
  /external/netcat/data/
pmap-dump.d 1 # portmap dump request: like "rpcinfo -p" but via UDP instead
  /external/webkit/WebKitTools/android/flex-2.5.4a/
mkskel.sh 4 /* File created from flex.skl via mkskel.sh */
  /external/openssl/android.testssl/
testssl 85 echo test sslv2 via BIO pair
88 echo test sslv2 with server authentication via BIO pair
92 echo test sslv2 with client authentication via BIO pair
95 echo test sslv2 with both client and server authentication via BIO pair
99 echo test sslv3 via BIO pair
102 echo test sslv3 with server authentication via BIO pair
105 echo test sslv3 with client authentication via BIO pair
108 echo test sslv3 with both client and server authentication via BIO pair
111 echo test sslv2/sslv3 via BIO pair
115 echo test sslv2/sslv3 w/o DHE via BIO pai
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 50 to tunnel net 10.0.0.0 via router 193.233.7.65. It does not
53 to 10.0.0.0 via \verb|tunl0| in routing table.
60 ip route add 10.0.0.0/8 via 193.233.7.65 dev tunl0 onlink
123 via this tunnel,
124 rather than via Internet. Actual tunnel endpoint address \verb|A|
133 kinds and gateway is required to be directly reachable via this tunnel,
134 rather than via Internet. You still may use \verb|ip route add ... onlink|
211 NBMA tunnels are different. To route something via NBMA tunnel
216 ip route add 10.0.0.0/24 via <A> dev tunl0 onlink
219 kernel will refuse request to create route via gateway not directl
    [all...]
ip-cref.tex 378 i.e.\ packets send through it are encapsulated and sent via the ``master''
    [all...]
api-ip6-flowlabels.tex 234 labels, but instead to pass the socket to manager via \verb|SCM_RIGHTS|
  /external/sqlite/android/
Android.mk 48 # (as of 2009-08-02), in which phone_number_compare() is tested via sqlite's custom
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
basic-setattribute.js 1 description("This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event listener attached via setattribute.");
basic.js 1 description("This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event listener set via window.onstorage.");
  /external/blktrace/doc/
blktrace.tex 43 output (via blkparse).
335 The \emph{blktrace} utility extracts event traces from the kernel (via
349 more filter masks via the \emph{-a} option.
355 \item As noted above, the events are passed up via a series of buffers
357 specified via the \emph{-b} and \emph{-n} arguments respectively.
365 The \emph{device} portion of the event file name can be changed via
371 \item The default behaviour for blktrace is to run forever until explicitly killed by the user (via a control-C, or \emph{kill} utility invocation). There are two ways to modify this:
375 a running trace -- via the \emph{-k} option.
377 \item You can specify a run-time duration for blktrace via the
402 option, multiple filters may be combined via multiple \emph{-a} comman
    [all...]
  /external/v8/test/mjsunit/regress/
regress-263.js 28 // Exits via return, break, or continue from within try/finally or
regress-603.js 28 // Calling non-objects directly or via Function.prototype.call should
  /external/openssl/crypto/objects/
obj_dat.pl 175 /* THIS FILE IS GENERATED FROM objects.h by obj_dat.pl via the
objects.pl 121 /* THIS FILE IS GENERATED FROM objects.txt by objects.pl via the
  /external/stlport/
configure 49 pass extra options to linker (via C/C++)
101 \$LDFLAGS pass extra options to linker (via C/C++)
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /build/core/
java.mk 143 # via deps on the target that generates the sources.
main.mk 498 # TODO: have these files register themselves via a global var rather
  /external/elfutils/
elfutils.spec 242 - use the correct way of identifying the section via the sh_info link.
  /external/blktrace/btreplay/doc/
btreplay.tex 207 \emph{The user has \emph{some} control over this (via the
281 trace files in the directory specified (either via the \texttt{-d}
419 record files in the directory specified (either via the \texttt{-d}
  /external/v8/src/
regexp.js 92 } else { // RegExp is being recompiled via RegExp.prototype.compile.
  /external/blktrace/btt/doc/
btt.tex 163 are combined via merges into a single IO issued and completed. We
406 device, and when it is dispatched. The buckets are arranged via the
    [all...]

Completed in 1251 milliseconds

1 2