Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-timed.c41 nd_uint8_t tsp_type; member
116 uint8_t tsp_type; in timed_print() local
120 tsp_type = GET_U_1(tsp->tsp_type); in timed_print()
121 ND_PRINT("%s", tok2str(tsptype_str, "(tsp_type %#x)", tsp_type)); in timed_print()
127 switch (tsp_type) { in timed_print()
/freebsd/include/protocols/
H A Dtimed.h43 u_int8_t tsp_type; member