Searched defs:fcs (Results 1 - 12 of 12) sorted by relevance

/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_utils.c84 UINT8 fcs = 0xFF; local
88 fcs = rfc_crctable[fcs ^ *p++];
92 return (0xFF - fcs);
110 UINT8 fcs = 0xFF; local
114 fcs = rfc_crctable[fcs ^ *p++];
118 fcs = rfc_crctable[fcs ^ received_fcs];
121 return (fcs
[all...]
H A Drfc_ts_frames.c572 UINT8 ead, eal, fcs; local
612 fcs = *(p_data + len);
623 || !rfc_check_fcs (RFCOMM_CTRL_FRAME_LEN, p_start, fcs))
634 || !rfc_check_fcs (RFCOMM_CTRL_FRAME_LEN, p_start, fcs))
645 || !rfc_check_fcs (RFCOMM_CTRL_FRAME_LEN, p_start, fcs))
656 || !rfc_check_fcs (RFCOMM_CTRL_FRAME_LEN, p_start, fcs))
670 else if (!rfc_check_fcs (2, p_start, fcs))
/external/ppp/pppd/
H A Ddemand.c62 int fcs; variable
95 fcs = PPP_INITFCS;
156 fcs = PPP_INITFCS;
228 && framelen > 2 && fcs == PPP_GOODFCS) {
236 fcs = PPP_INITFCS;
253 fcs = PPP_FCS(fcs, c);
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_main.c259 tMCA_FCS_OPT fcs = MCA_FCS_NONE; local
269 fcs = p_dcb->p_chnl_cfg->fcs;
276 if (fcs & MCA_FCS_PRESNT_MASK)
279 p_cfg->fcs = (fcs & MCA_FCS_USE_MASK);
/external/bluetooth/bluedroid/stack/include/
H A Dmca_api.h109 #define MCA_FCS_BYPASS 0x10 /* fcs_present=TRUE, fcs=L2CAP_CFG_FCS_BYPASS */
110 #define MCA_FCS_USE 0x11 /* fcs_present=TRUE, fcs=L2CAP_CFG_FCS_USE */
112 #define MCA_FCS_USE_MASK 0x01 /* mask for fcs */
122 tMCA_FCS_OPT fcs; member in struct:__anon1573
H A Dl2c_api.h161 UINT8 fcs; /* '0' if desire is to bypass FCS, otherwise '1' */ member in struct:__anon1566
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_fcr.c425 UINT16 fcs; local
475 fcs = l2c_fcr_tx_get_fcs(p_buf);
480 UINT16_TO_STREAM (p, fcs);
525 UINT16 fcs; local
569 fcs = l2c_fcr_tx_get_fcs (p_buf);
571 UINT16_TO_STREAM (p, fcs);
641 UINT16 fcs; local
721 STREAM_TO_UINT16 (fcs, p);
724 if (l2c_fcr_rx_get_fcs(p_buf) != fcs)
1302 UINT16 fcs; local
[all...]
/external/qemu/target-i386/
H A Dhax-interface.h32 uint16_t fcs; member in struct:fx_layout::__anon29248::__anon29249
/external/tcpdump/
H A Dieee802_11.h256 u_int8_t fcs[4]; member in struct:ctrl_rts_t
266 u_int8_t fcs[4]; member in struct:ctrl_cts_t
275 u_int8_t fcs[4]; member in struct:ctrl_ack_t
285 u_int8_t fcs[4]; member in struct:ctrl_ps_poll_t
296 u_int8_t fcs[4]; member in struct:ctrl_end_t
307 u_int8_t fcs[4]; member in struct:ctrl_end_ack_t
317 u_int8_t fcs[4]; member in struct:ctrl_ba_t
329 u_int8_t fcs[4]; member in struct:ctrl_bar_t
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_int.h139 UINT8 fcs; /* '0' No FCS, otherwise '1' */ member in struct:__anon630
/external/bluetooth/bluedroid/bta/include/
H A Dbta_hl_api.h278 UINT8 fcs; member in struct:__anon840
/external/valgrind/main/include/vki/
H A Dvki-x86-linux.h576 long fcs; member in struct:vki_user_i387_struct
588 long fcs; member in struct:vki_user_fxsr_struct

Completed in 342 milliseconds