Home
last modified time | relevance | path

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

/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_s_server_test.cpp64 DhcpServerContext *m_pServerCtx = nullptr;
113 DhcpServerContext SerCtx; in HWTEST_F()
189 DhcpServerContext tempCtx; in HWTEST_F()
191 ASSERT_TRUE(memset_s(&tempCtx, sizeof(DhcpServerContext), 0, sizeof(DhcpServerContext)) == EOK); in HWTEST_F()
212 DhcpServerContext ctx; in HWTEST_F()
256 DhcpServerContext ctx; in HWTEST_F()
268 DhcpServerContext ctx; in HWTEST_F()
H A Ddhcp_dhcpd_test.cpp43 DhcpServerContext *m_pServerCtx = nullptr;
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_server.h34 } DhcpServerContext, *PDhcpServerContext; typedef
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp117 static struct ServerContext *GetServerInstance(const DhcpServerContext *ctx) in GetServerInstance()
1840 static int InitServerContext(DhcpConfig *config, DhcpServerContext *ctx) in InitServerContext()
1889 int InitServerFixedOptions(DhcpConfig *config, DhcpServerContext *ctx) in InitServerFixedOptions()
1923 DhcpServerContext *context = nullptr; in InitializeServer()
1936 if ((context = (DhcpServerContext *)calloc(1, sizeof(DhcpServerContext))) == nullptr) { in InitializeServer()

Completed in 4 milliseconds