OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timlen
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net80211/
ieee80211_output.c
2045
u_int
timlen
, timoff, i;
local
2073
timlen
= 1 + (i - timoff);
2076
timlen
= 1;
2078
if (
timlen
!= bo->bo_tim_len) {
2080
memmove(tie->tim_bitmap+
timlen
, bo->bo_trailer,
2082
bo->bo_trailer = tie->tim_bitmap+
timlen
;
2084
bo->bo_tim_len =
timlen
;
2087
tie->tim_len = 3 +
timlen
;
2098
__func__, ic->ic_ps_pending, timoff,
timlen
);
ieee80211_output.c
2045
u_int
timlen
, timoff, i;
local
2073
timlen
= 1 + (i - timoff);
2076
timlen
= 1;
2078
if (
timlen
!= bo->bo_tim_len) {
2080
memmove(tie->tim_bitmap+
timlen
, bo->bo_trailer,
2082
bo->bo_trailer = tie->tim_bitmap+
timlen
;
2084
bo->bo_tim_len =
timlen
;
2087
tie->tim_len = 3 +
timlen
;
2098
__func__, ic->ic_ps_pending, timoff,
timlen
);
Completed in 91 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026