Home
last modified time | relevance | path

Searched defs:replyType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp383 int SendDhcpReply(PDhcpServerContext ctx, int replyType, PDhcpMsgInfo reply) in SendDhcpReply()
420 int replyType = REPLY_NONE; in MessageProcess() local
551 int replyType = MessageProcess(ctx, &from, &reply); in BeginLooper() local
566 void NotifyConnetDeviceChanged(int replyType, PDhcpServerContext ctx) in NotifyConnetDeviceChanged()
837 int replyType = Repending(pool, binding); in Rebinding() local
1121 int replyType = Repending(pool, binding); in NotBindingRequest() local
1534 int AppendReplyTypeOption(PDhcpMsgInfo reply, int replyType) in AppendReplyTypeOption()
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_s_server_test.cpp257 int replyType = REPLY_NONE; variable