Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-timed.c54 if (endof(tsp->tsp_type) > snapend) { in timed_print()
58 if (tsp->tsp_type < TSPTYPENUMBER) in timed_print()
59 printf("TSP_%s", tsptype[tsp->tsp_type]); in timed_print()
61 printf("(tsp_type %#x)", tsp->tsp_type); in timed_print()
75 if (tsp->tsp_type == TSP_LOOP) { in timed_print()
81 } else if (tsp->tsp_type == TSP_SETTIME || in timed_print()
82 tsp->tsp_type == TSP_ADJTIME || in timed_print()
83 tsp->tsp_type == TSP_SETDATE || in timed_print()
84 tsp->tsp_type == TSP_SETDATEREQ) { in timed_print()
Dtimed.h53 u_int8_t tsp_type; member