HomeSort by relevance Sort by last modified time
    Searched refs:options_length (Results 1 - 2 of 2) sorted by null

  /system/connectivity/dhcp_client/
dhcp_message.cc 115 size_t options_length = reinterpret_cast<const unsigned char*>(raw_message) + local
144 if (!message->ParseDHCPOptions(raw_message->options, options_length)) {
152 size_t options_length) {
157 const uint8_t* end_ptr = options + options_length;
dhcp_message.h 107 bool ParseDHCPOptions(const uint8_t* options, size_t options_length);

Completed in 631 milliseconds