Searched defs:fcs (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | rfcomm.c | 107 uint8_t fcs = 0xff; in rfcomm_calc_fcs() local 120 uint8_t fcs = 0xff; in rfcomm_check_fcs() local 331 uint8_t cr, fcs; in rfcomm_send_sabm() local 351 uint8_t fcs, cr; in rfcomm_send_disc() local 497 uint8_t fcs, cr; in rfcomm_send_dm() local 604 uint8_t cr, fcs; in rfcomm_send_ua() local 625 uint8_t fcs; in rfcomm_send_msc() local 646 uint8_t fcs; in rfcomm_send_rls() local 666 uint8_t fcs; in rfcomm_send_rpn() local 682 uint8_t fcs; in rfcomm_send_test() local [all …]
|
/Zephyr-Core-2.7.6/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-Core-2.7.6/tests/unit/crc/ |
D | main.c | 154 uint8_t fcs, expected; in test_crc8() local
|
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/ |
D | crypto.c | 449 uint8_t fcs = 0xff; in bt_mesh_fcs_calc() local 464 uint8_t fcs = 0xff; in bt_mesh_fcs_check() local
|
D | pb_adv.c | 86 uint8_t fcs; /* Expected FCS value */ member
|
/Zephyr-Core-2.7.6/drivers/net/ |
D | ppp.c | 506 static bool calc_fcs(struct net_pkt *pkt, uint16_t *fcs, uint16_t protocol) in calc_fcs() 556 uint16_t fcs, escaped; in ppp_send() local
|
/Zephyr-Core-2.7.6/drivers/console/ |
D | gsm_mux.c | 103 uint8_t fcs; /* calculated frame check sequence */ member 270 static uint8_t gsm_mux_fcs_add_buf(uint8_t fcs, const uint8_t *buf, size_t len) in gsm_mux_fcs_add_buf() 275 static uint8_t gsm_mux_fcs_add(uint8_t fcs, uint8_t recv_byte) in gsm_mux_fcs_add()
|
/Zephyr-Core-2.7.6/drivers/ieee802154/ |
D | ieee802154_cc1200.c | 435 uint8_t fcs[2]; in verify_crc() local
|
D | ieee802154_cc2520.c | 585 uint8_t fcs[2]; in verify_crc() local
|
/Zephyr-Core-2.7.6/subsys/net/l2/ieee802154/ |
D | ieee802154_frame.h | 225 uint16_t fcs; member
|