Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-timed.c45 uint8_t tsp_type; member
104 ND_TCHECK(tsp->tsp_type); in timed_print()
105 if (tsp->tsp_type < TSPTYPENUMBER) in timed_print()
106 ND_PRINT((ndo, "TSP_%s", tsptype[tsp->tsp_type])); in timed_print()
108 ND_PRINT((ndo, "(tsp_type %#x)", tsp->tsp_type)); in timed_print()
116 switch (tsp->tsp_type) { in timed_print()