Searched defs:fcs (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | rfcomm.c | 107 uint8_t fcs = 0xff; in rfcomm_calc_fcs() local 120 uint8_t fcs = 0xff; in rfcomm_check_fcs() local 335 uint8_t cr, fcs; in rfcomm_send_sabm() local 355 uint8_t fcs, cr; in rfcomm_send_disc() local 501 uint8_t fcs, cr; in rfcomm_send_dm() local 642 uint8_t cr, fcs; in rfcomm_send_ua() local 663 uint8_t fcs; in rfcomm_send_msc() local 684 uint8_t fcs; in rfcomm_send_rls() local 704 uint8_t fcs; in rfcomm_send_rpn() local 720 uint8_t fcs; in rfcomm_send_test() local [all …]
|
/Zephyr-latest/tests/net/ppp/driver/src/ |
D | main.c | 268 static bool check_fcs(struct net_pkt *pkt, uint16_t *fcs) in check_fcs() 319 uint16_t fcs = 0; in ppp_verify_fcs() local 360 static bool calc_fcs(struct net_pkt *pkt, uint16_t *fcs) in calc_fcs() 390 uint16_t pkt_fcs, fcs = 0; in ppp_calc_fcs() local
|
/Zephyr-latest/subsys/modem/ |
D | modem_ppp.c | 27 static uint16_t modem_ppp_fcs_update(uint16_t fcs, uint8_t byte) in modem_ppp_fcs_update() 32 static uint16_t modem_ppp_fcs_final(uint16_t fcs) in modem_ppp_fcs_final()
|
D | modem_cmux.c | 270 uint8_t fcs; in modem_cmux_transmit_frame() local 729 uint8_t fcs; in modem_cmux_process_received_byte() local
|
/Zephyr-latest/tests/unit/crc/ |
D | main.c | 217 uint8_t fcs, expected; in ZTEST() local
|
/Zephyr-latest/drivers/net/ |
D | ppp.c | 761 static bool calc_fcs(struct net_pkt *pkt, uint16_t *fcs, uint16_t protocol) in calc_fcs() 811 uint16_t fcs, escaped; in ppp_send() local
|
/Zephyr-latest/tests/subsys/modem/modem_ppp/src/ |
D | main.c | 211 uint16_t fcs; in test_modem_ppp_generate_ppp_frame() local
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto.c | 548 uint8_t fcs = 0xff; in bt_mesh_fcs_calc() local 563 uint8_t fcs = 0xff; in bt_mesh_fcs_check() local
|
D | pb_adv.c | 88 uint8_t fcs; /* Expected FCS value */ member
|