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:strOptLocalAddr2
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/dhcp/interfaces/kits/c/
H
A
D
dhcp_result_event.h
55
char
strOptLocalAddr2
[DHCP_MAX_FILE_BYTES]; /* your (client) unique local ipv6 addr */
member
/foundation/communication/dhcp/frameworks/native/src/
H
A
D
dhcp_event.cpp
65
if (strcpy_s(dhcpResult.
strOptLocalAddr2
, DHCP_MAX_FILE_BYTES, result.strLocalAddr2.c_str()) != EOK) {
in ResultInfoCopy()
66
DHCP_LOGE("ResultInfoCopy
strOptLocalAddr2
strcpy_s failed!");
in ResultInfoCopy()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H
A
D
sta_state_machine.cpp
4279
if (strcpy_s(dest->
strOptLocalAddr2
, DHCP_MAX_FILE_BYTES, source->
strOptLocalAddr2
) != EOK) {
in SaveDhcpResultExt()
4280
LOGE("SaveDhcpResultExt
strOptLocalAddr2
strcpy_s failed!");
in SaveDhcpResultExt()
4460
(ipv6Info.uniqueLocalAddress2 != result->
strOptLocalAddr2
) ||
in TryToSaveIpV6Result()
4470
ipv6Info.uniqueLocalAddress2 = result->
strOptLocalAddr2
;
in TryToSaveIpV6Result()
Completed in 8 milliseconds