Searched refs:fcs (Results 1 - 25 of 25) sorted by relevance

/external/ppp/pppd/include/net/
H A Dppp_defs.h103 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
/external/libppp/src/
H A Dhdlc.c112 u_short fcs = INITFCS; local
115 fcs = (fcs >> 8) ^ fcstab[(fcs ^ *cp++) & 0xff];
117 return fcs;
121 HdlcFcsBuf(u_short fcs, struct mbuf *m) argument
130 fcs = (fcs >> 8) ^ fcstab[(fcs ^ *pos++) & 0xff];
137 return (fcs);
146 u_short fcs; local
305 u_short fcs; local
[all...]
H A Dpred.c182 u_short fcs; local
193 fcs = hdlc_Fcs(bufp, 2 + orglen);
194 fcs = ~fcs;
209 *wp++ = fcs & 0377;
210 *wp++ = fcs >> 8;
224 u_short fcs; local
262 fcs = hdlc_Fcs(bufp, wp->m_len = pp - bufp);
263 if (fcs == GOODFCS) {
280 log_Printf(LogDEBUG, "Pred1Input: fcs
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
H A Dtesting.properties.template40 vmDest=jdk-1_4_2_14-fcs-bin-b03-windows-i586-22_jan_2007.zip
/external/kernel-headers/original/asm-x86/
H A Duser32.h11 u32 fcs; member in struct:user_i387_ia32_struct
24 int fcs; member in struct:user32_fxsr_struct
H A Duser_32.h49 long fcs; member in struct:user_i387_struct
61 long fcs; member in struct:user_fxsr_struct
H A Dprocessor_32.h244 long fcs; member in struct:i387_fsave_struct
257 long fcs; member in struct:i387_fxsave_struct
272 long fcs; member in struct:i387_soft_struct
/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_utils.c83 UINT8 fcs = 0xFF; local
87 fcs = rfc_crctable[fcs ^ *p++];
91 return (0xFF - fcs);
109 UINT8 fcs = 0xFF; local
113 fcs = rfc_crctable[fcs ^ *p++];
117 fcs = rfc_crctable[fcs ^ received_fcs];
120 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/tcpdump/
H A Dieee802_11.h258 u_int8_t fcs[4]; member in struct:ctrl_rts_t
268 u_int8_t fcs[4]; member in struct:ctrl_cts_t
277 u_int8_t fcs[4]; member in struct:ctrl_ack_t
287 u_int8_t fcs[4]; member in struct:ctrl_ps_poll_t
298 u_int8_t fcs[4]; member in struct:ctrl_end_t
309 u_int8_t fcs[4]; member in struct:ctrl_end_ack_t
/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/kernel-headers/original/linux/
H A Dppp_defs.h101 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c)
/external/qemu/hw/
H A Dbt-l2cap.c142 uint16_t fcs = 0x0000; local
149 fcs ^= *message ++;
151 if (fcs & 1)
152 fcs = (fcs >> 1) ^ 0xa001;
154 fcs = (fcs >> 1);
157 fcs = (fcs >> 8) ^ l2cap_fcs16_table[(fcs
988 uint16_t fcs = le16_to_cpup((void *) (hdr->data + len - 2)); local
[all...]
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_utils.c2385 mdl_cfg.fcs = l2cap_cfg.fcs;
2404 APPL_TRACE_DEBUG4("Saved. L2cap cfg mdl_id=%d mtu=%d fcs=%d dch_mode=%d",
2405 mdl_cfg.mdl_id, mdl_cfg.mtu, mdl_cfg.fcs, mdl_cfg.dch_mode);
2462 p_dcb->chnl_cfg.fcs = BTA_HL_MCA_NO_FCS;
2468 p_dcb->chnl_cfg.fcs = BTA_HL_DEFAULT_SOURCE_FCS;
2473 p_dcb->chnl_cfg.fcs = BTA_HL_MCA_USE_FCS;
2478 APPL_TRACE_DEBUG2("Use FCS =%s mtu=%d", ((p_dcb->chnl_cfg.fcs & 1)?"YES":"NO"),
2526 p_cfg->fcs = BTA_HL_MCA_NO_FCS;
2529 p_cfg->fcs |
[all...]
H A Dbta_hl_int.h139 UINT8 fcs; /* '0' No FCS, otherwise '1' */ member in struct:__anon526
/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...]
H A Dl2c_main.c515 STREAM_TO_UINT8 (cfg_info.fcs, p);
617 STREAM_TO_UINT8 (cfg_info.fcs, p);
H A Dl2c_utils.c570 UINT8_TO_STREAM (p, p_cfg->fcs);
1967 if (p_cfg->fcs_present && p_cfg->fcs == L2CAP_CFG_FCS_BYPASS)
/external/valgrind/main/include/vki/
H A Dvki-x86-linux.h559 long fcs; member in struct:vki_user_i387_struct
571 long fcs; member in struct:vki_user_fxsr_struct
/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:__anon1301
H A Dl2c_api.h171 UINT8 fcs; /* '0' if desire is to bypass FCS, otherwise '1' */ member in struct:__anon1294
/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe.h305 UINT16_t pppFCS16(UINT16_t fcs, unsigned char *cp, int len);
/external/qemu/target-i386/
H A Dhax-interface.h32 uint16_t fcs; member in struct:fx_layout::__anon11104::__anon11105
/external/bluetooth/bluedroid/bta/include/
H A Dbta_hl_api.h276 UINT8 fcs; member in struct:__anon701

Completed in 522 milliseconds