OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hardware_address_type_
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/dhcp_client/
dhcp_message.cc
118
message->
hardware_address_type_
= raw_message->htype;
236
if (
hardware_address_type_
!= ARPHRD_ETHER) {
277
raw_message.htype =
hardware_address_type_
;
438
message->
hardware_address_type_
= ARPHRD_ETHER;
dhcp_message.h
114
uint8_t
hardware_address_type_
;
member in class:dhcp_client::DHCPMessage
Completed in 40 milliseconds