Home
last modified time | relevance | path

Searched refs:ParseReplyOptions (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp115 static int ParseReplyOptions(PDhcpMsgInfo reply);
1589 if (ParseReplyOptions(reply) != RET_SUCCESS) { in SendDhcpOffer()
1675 if (ParseReplyOptions(reply) != RET_SUCCESS) { in SendDhcpAck()
1704 if (ParseReplyOptions(reply) != RET_SUCCESS) { in SendDhcpNak()
1800 static int ParseReplyOptions(PDhcpMsgInfo reply) in ParseReplyOptions() function