Home
last modified time | relevance | path

Searched refs:fcs (Results 1 – 25 of 33) sorted by relevance

12

/external/tcpdump/tests/
Dsflow_multiple_counter_30_pdus.out12 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
24 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
36 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
48 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
60 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
72 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
84 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
98 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
110 align errors 0, fcs errors 2, single collision 0, multiple collision 0, test error 0
122 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
[all …]
/external/ppp/pppd/
Ddemand.c62 int fcs; variable
95 fcs = PPP_INITFCS; in demand_conf()
156 fcs = PPP_INITFCS; in demand_discard()
228 && framelen > 2 && fcs == PPP_GOODFCS) {
236 fcs = PPP_INITFCS;
253 fcs = PPP_FCS(fcs, c);
/external/pigweed/pw_hdlc/py/
Ddecode_test.py23 from pw_hdlc.protocol import frame_check_sequence as fcs unknown
29 frame += fcs(frame)
64 _PARTIAL = fcs(b'\x0ACmsg\x5e')
119 (b'\x7e\xAA\x7d\x7e\xab\x00Hello' + fcs(b'\xab\0Hello') + b'\x7e', [
140 (b'\x7e\x7d\x7d\0' + fcs(b'\x5d\0') + b'\x7e',
143 (b'\x7e\0\x7d\x7d' + fcs(b'\0\x5d') + b'\x7e',
146 (b'\x7e\0\1\x7d\x7d' + fcs(b'\0\1\x5d') + b'\x7e',
164 (b'\0\1' + fcs(b'\0\1'), []),
165 (b'\0\1' + fcs(b'\0\1') + b'\x7e',
/external/tcpdump/
Dprint-802_15_4.c1804 uint32_t fcs, crc_check; in ieee802_15_4_std_frames() local
1814 fcs = 0; in ieee802_15_4_std_frames()
1817 fcs = GET_LE_U_4(p + caplen - 4); in ieee802_15_4_std_frames()
1819 if (crc_check == fcs) { in ieee802_15_4_std_frames()
1824 fcs = GET_LE_U_2(p + caplen - 2); in ieee802_15_4_std_frames()
1826 if (crc_check == fcs) { in ieee802_15_4_std_frames()
2097 if (crc_check == fcs) { in ieee802_15_4_std_frames()
2098 ND_PRINT("FCS %x ", fcs); in ieee802_15_4_std_frames()
2101 fcs, crc_check); in ieee802_15_4_std_frames()
2203 uint32_t fcs, crc_check; in ieee802_15_4_mp_frame() local
[all …]
/external/python/bumble/bumble/
Drfcomm.py102 def fcs(buffer): function
103 fcs = 0xFF
105 fcs = CRC_TABLE[fcs ^ byte]
106 return 0xFF - fcs
129 self.fcs = fcs(bytes([self.address, self.control]))
131 self.fcs = fcs(bytes([self.address, self.control]) + self.length)
188 fcs = data[-1]
192 if frame.fcs != fcs:
199 … return bytes([self.address, self.control]) + self.length + self.information + bytes([self.fcs])
/external/ppp/pppd/include/net/
Dppp_defs.h113 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
/external/musl/arch/i386/bits/
Duser.h5 long cwd, swd, twd, fip, fcs, foo, fos, st_space[20]; member
10 long fip, fcs, foo, fos, mxcsr, reserved; member
/external/fec/
Drstest.c18 int fcs; member
157 rs = init_rs_char(e->symsize,e->genpoly,e->fcs,e->prim,e->nroots,0); in exercise_char()
235 rs = init_rs_int(e->symsize,e->genpoly,e->fcs,e->prim,e->nroots,0); in exercise_int()
/external/musl/arch/microblaze/bits/
Duser.h2 long cwd, swd, twd, fip, fcs, foo, fos, st_space[20]; member
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
Dmod.rs67 pub fcs: ::c_long,
253 pub fcs: ::c_long,
283 && self.fcs == other.fcs
304 .field("fcs", &self.fcs)
323 self.fcs.hash(state);
/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.cc101 out->float_save.error_selector = fpregs.fcs; in FillCPUContext()
114 U16(out->extended_registers + 12, fpxregs.fcs); in FillCPUContext()
/external/ppp/pppd/plugins/rp-pppoe/
Dpppoe.h285 UINT16_t pppFCS16(UINT16_t fcs, unsigned char *cp, int len);
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
Darg.h69 auto fcs = conv.Wrap<FormatConversionSpecT>();
71 return AbslFormatConvert(v, fcs, &fs);
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/
Darg.h55 auto fcs = conv.Wrap<FormatConversionSpecT>();
57 return AbslFormatConvert(v, fcs, &fs);
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/
Darg.h69 auto fcs = conv.Wrap<FormatConversionSpecT>();
71 return AbslFormatConvert(v, fcs, &fs);
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/
Darg.h69 auto fcs = conv.Wrap<FormatConversionSpecT>();
71 return AbslFormatConvert(v, fcs, &fs);
/external/abseil-cpp/absl/strings/internal/str_format/
Darg.h69 auto fcs = conv.Wrap<FormatConversionSpecT>();
71 return AbslFormatConvert(v, fcs, &fs);
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
Darg.h69 auto fcs = conv.Wrap<FormatConversionSpecT>();
71 return AbslFormatConvert(v, fcs, &fs);
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc391 thread->fpregs.fcs = rawregs->float_save.error_selector; in ParseThreadRegisters()
402 thread->fpxregs.fcs = U16(rawregs->extended_registers + 12); in ParseThreadRegisters()
/external/tensorflow/third_party/gpus/crosstool/
Dhipcc_cc_toolchain_config.bzl.tpl551 "-fcs-profile-generate=%{cs_fdo_instrument_path}",
/external/ImageMagick/Magick++/tests/
Dtest_image.miff1236 …MD�� ����� (7&#?-&B2)N91fNCvXJ}\I{aM�jX�zl��}��}�ll�louVY}fcs\X^ECT==J..L+,7 <#…
/external/python/cpython3/Lib/test/
Dmime.types474 application/vnd.isac.fcs fcs
/external/cldr/tools/cldr-rdf/external/
DskippingCodes.tsv152 Skipping inheritance from [fcs] ase from Quebec Sign Language (fcs) (fcs, Q1319), American Sign Lan…
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h877 u32 fcs; member
896 u32 fcs; member
919 u32 fcs; member
22118 int fcs; member
22215 u32 fcs; member
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/
Dlanguage-subtag-registry11273 Subtag: fcs
43157 Subtag: fcs
43160 Preferred-Value: fcs

12