Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-lane.c79 const struct lane_controlhdr *lec; in lane_print() local
83 lec = (const struct lane_controlhdr *)p; in lane_print()
84 if (GET_BE_U_2(lec->lec_header) == 0xff00) { in lane_print()
89 GET_U_1(lec->lec_proto), in lane_print()
90 GET_U_1(lec->lec_vers), in lane_print()
91 tok2str(lecop2str, "opcode-#%u", GET_BE_U_2(lec->lec_opcode))); in lane_print()
/freebsd/crypto/libecc/src/examples/basic/
H A DMakefile33 …and.c $(ROOT_DIR)/src/external_deps/time.c $(BIN_LDFLAGS) -L$(BUILD_DIR) -lec -o curve_basic_exam…
35 …s/print.c $(ROOT_DIR)/src/external_deps/rand.c $(BIN_LDFLAGS) -L$(BUILD_DIR) -lec -o curve_ecdh_dyn