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:srvIns
(Results
1 - 1
of
1
) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/src/
H
A
D
dhcp_s_server.cpp
344
ServerContext *
srvIns
= GetServerInstance(ctx);
in OnUpdateServerConfig()
local
345
if (!
srvIns
) {
in OnUpdateServerConfig()
349
if (
srvIns
->callback) {
in OnUpdateServerConfig()
350
srvIns
->callback(ST_RELOADNG, 0, ctx->ifname);
in OnUpdateServerConfig()
357
ServerContext *
srvIns
= GetServerInstance(ctx);
in OnServerStoping()
local
358
if (!
srvIns
) {
in OnServerStoping()
362
if (
srvIns
->callback) {
in OnServerStoping()
363
srvIns
->callback(ST_STOPING, 0, ctx->ifname);
in OnServerStoping()
370
ServerContext *
srvIns
= GetServerInstance(ctx);
in OnServerStoped()
local
371
if (!
srvIns
) {
in OnServerStoped()
387
ServerContext *
srvIns
= GetServerInstance(ctx);
SendDhcpReply()
local
461
ServerContext *
srvIns
= GetServerInstance(ctx);
SaveLease()
local
477
ServerContext *
srvIns
= GetServerInstance(ctx);
OnLooperStateChanged()
local
519
ServerContext *
srvIns
= GetServerInstance(ctx);
BeginLooper()
local
567
ServerContext *
srvIns
= GetServerInstance(ctx);
NotifyConnetDeviceChanged()
local
662
ServerContext *
srvIns
= GetServerInstance(ctx);
StartDhcpServer()
local
691
ServerContext *
srvIns
= GetServerInstance(ctx);
StopDhcpServer()
local
703
ServerContext *
srvIns
= GetServerInstance(ctx);
GetServerStatus()
local
716
ServerContext *
srvIns
= GetServerInstance(ctx);
FillReply()
local
767
ServerContext *
srvIns
= GetServerInstance(ctx);
AppendReplyTimeOptions()
local
928
ServerContext *
srvIns
= GetServerInstance(ctx);
ReplyCommontOption()
local
946
DiscoverReplyLeaseMessage(PDhcpServerContext ctx, PDhcpMsgInfo reply, ServerContext *
srvIns
, AddressBinding *binding)
DiscoverReplyLeaseMessage()
argument
990
ServerContext *
srvIns
= GetServerInstance(ctx);
OnReceivedDiscover()
local
1151
ServerContext *
srvIns
= GetServerInstance(ctx);
ValidateRequestMessage()
local
1191
ServerContext *
srvIns
= GetServerInstance(ctx);
HasNobindgRequest()
local
1354
ServerContext *
srvIns
= GetServerInstance(ctx);
OnReceivedRequest()
local
1403
ServerContext *
srvIns
= GetServerInstance(ctx);
OnReceivedDecline()
local
1452
ServerContext *
srvIns
= GetServerInstance(ctx);
OnReceivedRelease()
local
1496
ServerContext *
srvIns
= GetServerInstance(ctx);
OnReceivedInform()
local
1510
ServerContext *
srvIns
= GetServerInstance(ctx);
AppendFixedOptions()
local
1570
ServerContext *
srvIns
= GetServerInstance(ctx);
SendDhcpOffer()
local
1631
ServerContext *
srvIns
= GetServerInstance(ctx);
SendDhcpAck()
local
1662
ServerContext *
srvIns
= GetServerInstance(ctx);
SendDhcpNak()
local
1821
ServerContext *
srvIns
= GetServerInstance(ctx);
RegisterDhcpCallback()
local
1832
ServerContext *
srvIns
= GetServerInstance(ctx);
RegisterDeviceChangedCallback()
local
1846
ServerContext *
srvIns
= GetServerInstance(ctx);
InitServerContext()
local
1895
ServerContext *
srvIns
= GetServerInstance(ctx);
InitServerFixedOptions()
local
1972
ServerContext *
srvIns
= GetServerInstance(*ctx);
FreeServerContext()
local
[all...]
Completed in 2 milliseconds