Home
last modified time | relevance | path

Searched defs:fcs (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Drfcomm.c107 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/
Dmain.c268 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/
Dmain.c154 uint8_t fcs, expected; in test_crc8() local
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/
Dcrypto.c449 uint8_t fcs = 0xff; in bt_mesh_fcs_calc() local
464 uint8_t fcs = 0xff; in bt_mesh_fcs_check() local
Dpb_adv.c86 uint8_t fcs; /* Expected FCS value */ member
/Zephyr-Core-2.7.6/drivers/net/
Dppp.c506 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/
Dgsm_mux.c103 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/
Dieee802154_cc1200.c435 uint8_t fcs[2]; in verify_crc() local
Dieee802154_cc2520.c585 uint8_t fcs[2]; in verify_crc() local
/Zephyr-Core-2.7.6/subsys/net/l2/ieee802154/
Dieee802154_frame.h225 uint16_t fcs; member