Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_options.h34 int GetEndOptionIndex(const uint8_t *pOpts);
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_options.cpp311 int GetEndOptionIndex(const uint8_t *pOpts) in GetEndOptionIndex() function
334 int nEndIndex = GetEndOptionIndex(pOpts); in AddOptStrToOpts()
H A Ddhcp_socket.cpp211 int optionLen = GetEndOptionIndex(sendPacket->options) + DHCP_APPEND_LEN; in SendToDhcpPacket()
H A Ddhcp_client_state_machine.cpp532 int end = GetEndOptionIndex(packet->options); in AddParamaterRequestList()
619 int end = GetEndOptionIndex(packet->options); in AddParamaterRebootList()
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_options_test.cpp322 EXPECT_GE(GetEndOptionIndex(packet.options), 0); in HWTEST_F()

Completed in 6 milliseconds