Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dyn_lease
(Results
1 - 1
of
1
) sorted by relevance
/third_party/toybox/toys/pending/
H
A
D
dhcpd.c
195
}
dyn_lease
;
typedef
1200
dyn_lease
*dls;
in write_leasefile()
1210
dls = (
dyn_lease
*)listdls->arg;
in write_leasefile()
1215
writeall(fd, dls, sizeof(
dyn_lease
));
in write_leasefile()
1336
if (((
dyn_lease
*) listdls->arg)->lease_nip == nip) {
in verifyip_in_lease()
1337
if (((int32_t)(((
dyn_lease
*) listdls->arg)->expires) - time(NULL)) < 0)
in verifyip_in_lease()
1341
if (!memcmp(((
dyn_lease
*) listdls->arg)->lease_mac, mac, 6)) return -1;
in verifyip_in_lease()
1355
dyn_lease
*dls;
in addip_to_lease()
1360
if (!memcmp(((
dyn_lease
*) listdls->arg)->lease_mac, mac, 6)) {
in addip_to_lease()
1361
if (update) *req_exp = get_lease(*req_exp + ((
dyn_lease
*) listdl
in addip_to_lease()
[all...]
Completed in 3 milliseconds