HomeSort by relevance Sort by last modified time
    Searched refs: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 67 milliseconds