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:IsEmptyHWAddr
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/src/
H
A
D
dhcp_address_pool.cpp
134
if (!pool->netmask ||
IsEmptyHWAddr
(macAddr)) {
in CheckRangeAvailability()
185
if (!pool->netmask ||
IsEmptyHWAddr
(macAddr)) {
in AddressDistribute()
324
if (
IsEmptyHWAddr
(binding->chaddr)) {
in AddBinding()
405
if (!lease || !lease->ipAddress ||
IsEmptyHWAddr
(lease->chaddr)) {
in AddLease()
446
if (!lease || !lease->ipAddress ||
IsEmptyHWAddr
(lease->chaddr)) {
in UpdateLease()
465
if (!lease || !lease->ipAddress ||
IsEmptyHWAddr
(lease->chaddr)) {
in RemoveLease()
H
A
D
address_utils.cpp
290
int
IsEmptyHWAddr
(const uint8_t macAddr[DHCP_HWADDR_LENGTH])
in IsEmptyHWAddr()
function
H
A
D
dhcp_s_server.cpp
303
if (
IsEmptyHWAddr
(msgInfo->packet.chaddr)) {
in ReceiveDhcpMessage()
609
if (binding && !
IsEmptyHWAddr
(binding->chaddr) && binding->ipAddress) {
in InitBindingRecoders()
1502
if (
IsEmptyHWAddr
(received->packet.chaddr)) {
in OnReceivedInform()
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H
A
D
address_utils_test.cpp
230
EXPECT_TRUE(
IsEmptyHWAddr
(testMac1));
in HWTEST()
231
EXPECT_TRUE(
IsEmptyHWAddr
(testMac2));
in HWTEST()
232
EXPECT_FALSE(
IsEmptyHWAddr
(testMac3));
in HWTEST()
/foundation/communication/dhcp/services/dhcp_server/include/
H
A
D
address_utils.h
44
int
IsEmptyHWAddr
(const uint8_t macAddr[DHCP_HWADDR_LENGTH]);
/foundation/communication/dhcp/test/fuzztest/addressutils_fuzzer/
H
A
D
addressutils_fuzzer.cpp
140
IsEmptyHWAddr
(&ipAddr[0]);
in IsEmptyHWAddrTest()
Completed in 6 milliseconds