OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attr_length
(Results
1 - 4
of
4
) sorted by null
/system/connectivity/shill/net/
rtnl_message.cc
107
int
attr_length
= 0;
local
112
if (!DecodeLink(hdr, mode, &attr_data, &
attr_length
))
118
if (!DecodeAddress(hdr, mode, &attr_data, &
attr_length
))
124
if (!DecodeRoute(hdr, mode, &attr_data, &
attr_length
))
129
if (!DecodeNdUserOption(hdr, mode, &attr_data, &
attr_length
))
135
if (!DecodeNeighbor(hdr, mode, &attr_data, &
attr_length
))
147
while (attr_data && RTA_OK(attr_data,
attr_length
)) {
152
attr_data = RTA_NEXT(attr_data,
attr_length
);
155
if (
attr_length
) {
167
int*
attr_length
) {
[
all
...]
rtnl_message.h
214
int*
attr_length
);
218
int*
attr_length
);
222
int*
attr_length
);
226
int*
attr_length
);
233
int*
attr_length
);
/external/webrtc/webrtc/p2p/base/
stun.cc
81
size_t
attr_length
= attr->length();
local
82
if (
attr_length
% 4 != 0) {
83
attr_length
+= (4 - (
attr_length
% 4));
85
length_ += static_cast<uint16_t>(
attr_length
+ 4);
147
uint16_t attr_type,
attr_length
;
local
150
attr_length
= rtc::GetBE16(&data[current_pos + sizeof(attr_type)]);
154
if (
attr_length
!= kStunMessageIntegritySize ||
155
current_pos +
attr_length
> size) {
163
current_pos += sizeof(attr_type) + sizeof(
attr_length
) + attr_length
334
uint16_t attr_type,
attr_length
;
local
[
all
...]
/external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c
[
all
...]
Completed in 85 milliseconds