Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tcpdump/
H A Dprint-lane.c81 const struct lane_controlhdr *lec; in lane_print() local
85 lec = (const struct lane_controlhdr *)p; in lane_print()
86 if (GET_BE_U_2(lec->lec_header) == 0xff00) { in lane_print()
91 GET_U_1(lec->lec_proto), in lane_print()
92 GET_U_1(lec->lec_vers), in lane_print()
93 tok2str(lecop2str, "opcode-#%u", GET_BE_U_2(lec->lec_opcode))); in lane_print()