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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-timed.c54 if (endof(tsp->tsp_type) > snapend) {
58 if (tsp->tsp_type < TSPTYPENUMBER)
59 printf("TSP_%s", tsptype[tsp->tsp_type]);
61 printf("(tsp_type %#x)", tsp->tsp_type);
75 if (tsp->tsp_type == TSP_LOOP) {
81 } else if (tsp->tsp_type == TSP_SETTIME ||
82 tsp->tsp_type == TSP_ADJTIME ||
83 tsp->tsp_type == TSP_SETDATE ||
84 tsp->tsp_type
[all...]
H A Dtimed.h53 u_int8_t tsp_type; member in struct:tsp

Completed in 99 milliseconds