OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mutable_header
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/net/
netlink_packet.cc
119
return
mutable_header
();
128
mutable_header
()->nlmsg_type = type;
132
mutable_header
()->nlmsg_seq = sequence;
netlink_packet.h
83
nlmsghdr*
mutable_header
() { return &header_; }
function in class:shill::NetlinkPacket
Completed in 701 milliseconds