Home
last modified time | relevance | path

Searched refs:tsp_type (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-timed.c42 uint8_t tsp_type; member
101 ND_TCHECK(tsp->tsp_type); in timed_print()
102 if (tsp->tsp_type < TSPTYPENUMBER) in timed_print()
103 ND_PRINT((ndo, "TSP_%s", tsptype[tsp->tsp_type])); in timed_print()
105 ND_PRINT((ndo, "(tsp_type %#x)", tsp->tsp_type)); in timed_print()
113 switch (tsp->tsp_type) { in timed_print()