Home
last modified time | relevance | path

Searched refs:srvIns (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp344 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