OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tosp
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-ospf.c
251
register const struct tos_metric *
tosp
;
local
316
tosp
= (struct tos_metric *)
318
for (k = 0; k < (int) rlp->link_toscount; ++k, ++
tosp
) {
319
TCHECK(*
tosp
);
321
tosp
->tos_type,
322
EXTRACT_16BITS(&
tosp
->tos_metric));
325
((rlp->link_toscount) * sizeof(*
tosp
)));
[
all
...]
print-ospf6.c
266
register const struct tos_metric *
tosp
;
Completed in 387 milliseconds