Lines Matching refs:to_bytes
75 .to_bytes(), in cig()
91 .to_bytes(), in cig()
125 .to_bytes(), in cig()
139 .to_bytes(), in cig()
161 .to_bytes(), in cig()
177 .to_bytes(), in cig()
188 .to_bytes(), in cig()
191 m.out_iso(&IsoData::new(0x456, 0, &[0x00, 0x11]).to_bytes()); in cig()
192 m.out_iso(&IsoData::new(0x456, 1, &[]).to_bytes()); in cig()
206 .to_bytes(), in cig()
209 m.out_iso(&IsoData::new(0x456, 2, &[0x22]).to_bytes()); in cig()
234 .to_bytes(), in cig()
244 .to_bytes(), in cig()
247 m.out_iso(&IsoData::new(0x123, 0, &[]).to_bytes()); in cig()
259 .to_bytes(), in cig()
262 m.out_iso(&IsoData::new(0x456, 3, &[0x33]).to_bytes()); in cig()
263 m.out_iso(&IsoData::new(0x123, 1, &[0x11, 0x22]).to_bytes()); in cig()
288 .to_bytes(), in big()
304 .to_bytes(), in big()
322 .to_bytes(), in big()
340 .to_bytes(), in big()
356 .to_bytes(), in big()
367 .to_bytes(), in big()
383 .to_bytes(), in big()
394 .to_bytes(), in big()
397 m.out_iso(&IsoData::new(0x456, 0, &[0x00, 0x11]).to_bytes()); in big()
398 m.out_iso(&IsoData::new(0x456, 1, &[]).to_bytes()); in big()
412 .to_bytes(), in big()
415 m.out_iso(&IsoData::new(0x123, 0, &[0x22, 0x33]).to_bytes()); in big()
416 m.out_iso(&IsoData::new(0x456, 2, &[]).to_bytes()); in big()
436 .to_bytes(), in big()
439 m.out_iso(&IsoData::new(0x123, 1, &[0x44]).to_bytes()); in big()
440 m.out_iso(&IsoData::new(0x123, 2, &[0x55, 0x66]).to_bytes()); in big()
454 .to_bytes(), in big()
457 m.out_iso(&IsoData::new(0x123, 3, &[]).to_bytes()); in big()
458 m.out_iso(&IsoData::new(0x123, 4, &[]).to_bytes()); in big()
484 .to_bytes(), in merge()
500 .to_bytes(), in merge()
534 .to_bytes(), in merge()
548 .to_bytes(), in merge()
573 .to_bytes(), in merge()
595 .to_bytes(), in merge()
611 .to_bytes(), in merge()
622 .to_bytes(), in merge()
638 .to_bytes(), in merge()
649 .to_bytes(), in merge()
674 m.out_iso(&IsoData::new(0x456, 1, &[0x11]).to_bytes()); in merge()
675 m.out_iso(&IsoData::new(0x456, 2, &[0x22, 0x33]).to_bytes()); in merge()
695 .to_bytes(), in merge()
703 Ok(IsoData::new(0x456, 1, &[0x11]).to_bytes()) in merge()
720 .to_bytes(), in merge()
727 Ok(IsoData::new(0x456, 2, &[0x22, 0x33]).to_bytes()) in merge()
736 m.out_iso(&IsoData::new(0x456, 3, &[0x33]).to_bytes()); in merge()
739 m.out_iso(&IsoData::new(0x456, 4, &[0x44, 0x55]).to_bytes()); in merge()
740 m.out_iso(&IsoData::new(0x456, 5, &[0x55, 0x66]).to_bytes()); in merge()
756 .to_bytes(), in merge()
770 .to_bytes(), in merge()
776 Ok(IsoData::new(0x456, 3, &[0x33]).to_bytes()) in merge()
780 Ok(IsoData::new(0x456, 4, &[0x44, 0x55]).to_bytes()) in merge()
806 .to_bytes(), in merge()
822 .to_bytes(), in merge()
833 .to_bytes(), in merge()
846 .to_bytes(), in merge()
860 .to_bytes(), in merge()
865 Ok(IsoData::new(0x456, 5, &[0x55, 0x66]).to_bytes()) in merge()
885 .to_bytes(), in merge()
899 .to_bytes(), in merge()
907 m.out_iso(&IsoData::new(0x123, 0, &[]).to_bytes()); in merge()
915 pkt == Ok(IsoData::new(0x123, 0, &[]).to_bytes()) in merge()
916 || pkt == Ok(IsoData::new(0x456, 6, &[0x66, 0x77]).to_bytes()) in merge()
934 .to_bytes(), in merge()
948 .to_bytes(), in merge()