HomeSort by relevance Sort by last modified time
    Searched refs:lifetime (Results 201 - 225 of 276) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/services/net/java/android/net/ip/
RouterAdvertisementDaemon.java 362 | Cur Hop Limit |M|O|H|Prf|P|R|R| Router Lifetime |
456 | Valid Lifetime |
458 | Preferred Lifetime |
502 | Route Lifetime |
530 private static void putRdnss(ByteBuffer ra, Set<Inet6Address> dnses, int lifetime) {
539 | Lifetime |
560 .putInt(lifetime);
  /system/core/libsysutils/src/
NetlinkEvent.cpp 211 // Address lifetime information.
455 // Find the lifetime.
457 const uint32_t lifetime = ntohl(rndss_opt->nd_opt_rdnss_lifetime); local
492 asprintf(&mParams[1], "LIFETIME=%u", lifetime);
  /external/webrtc/webrtc/p2p/base/
turnport.h 229 bool ScheduleRefresh(int lifetime);
  /frameworks/base/tests/net/java/android/net/apf/
ApfTest.java     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 74 Flow labels have finite lifetime and source is not allowed to reuse
75 flow label for another flow within the maximal lifetime has expired,
78 Flow state, including lifetime, is propagated along datagram path
  /external/ipsec-tools/src/racoon/
cftoken.l 292 <S_SAINFS>lifetime { YYD; return(LIFETIME); }
349 <S_RMTS>lifetime { YYD; return(LIFETIME); }
368 <S_RMTP>lifetime { YYD; return(LIFETIME); }
pfkey.c 1047 sa_args.l_addtime = iph2->approval->lifetime;
1301 iph2->sce = sched_new(iph2->approval->lifetime,
1334 sa_args.l_addtime = iph2->approval->lifetime;
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 908 u32 lifetime; local
926 lifetime = WPA_GET_BE32(pos);
930 lifetime, (lifetime - (u32) now.sec) / 86400);
    [all...]
  /frameworks/ml/nn/common/
Utils.cpp 322 switch (operand.lifetime) {
350 LOG(ERROR) << "Invalid lifetime";
  /frameworks/ml/nn/runtime/test/
TestPartitioning.cpp 146 (input2.lifetime == OperandLifeTime::CONSTANT_COPY)) {
356 // An operand with certain values for its lifetime does not have a
407 switch (operand.lifetime) {
    [all...]
  /prebuilts/go/darwin-x86/src/net/
fd_mutex.go 10 // lifetime of an fd and serializes access to Read, Write and Close
fd_plan9.go 23 // locking/lifetime of sysfd + serialize access to Read and Write methods
  /prebuilts/go/linux-x86/src/net/
fd_mutex.go 10 // lifetime of an fd and serializes access to Read, Write and Close
fd_plan9.go 23 // locking/lifetime of sysfd + serialize access to Read and Write methods
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 734 private void notifyInterfaceDnsServerInfo(String iface, long lifetime, String[] addresses) {
735 invokeForAllObservers(o -> o.interfaceDnsServerInfo(iface, lifetime, addresses));
886 long lifetime; \/\/ Actually a 32-bit unsigned integer. local
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 5408 Qualifiers::ObjCLifetime lifetime; local
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /kernel/tests/net/test/
multinetwork_test.py 651 def AssertExpirationInRange(self, routes, lifetime, epsilon):
654 # Assert that at least one route in routes has the expected lifetime
657 if expiration < lifetime - epsilon:
659 if expiration > lifetime + epsilon:
771 # RIO with prefix length = 0, should overwrite default route lifetime
772 # note that the RIO lifetime overwrites the RA lifetime.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 729 milliseconds

1 2 3 4 5 6 7 891011>>