Home
last modified time | relevance | path

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

/external/libppp/src/
Dhdlc.c112 u_short fcs = INITFCS; in hdlc_Fcs() local
121 HdlcFcsBuf(u_short fcs, struct mbuf *m) in HdlcFcsBuf()
146 u_short fcs; in hdlc_LayerPush() local
305 u_short fcs; in hdlc_LayerPull() local
Dpred.c182 u_short fcs; in Pred1Output() local
224 u_short fcs; in Pred1Input() local
/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_utils.c83 UINT8 fcs = 0xFF; in rfc_calc_fcs() local
109 UINT8 fcs = 0xFF; in rfc_check_fcs() local
Drfc_ts_frames.c572 UINT8 ead, eal, fcs; in rfc_parse_data() local
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_fcr.c425 UINT16 fcs; in prepare_I_frame() local
525 UINT16 fcs; in l2c_fcr_send_S_frame() local
641 UINT16 fcs; in l2c_fcr_proc_pdu() local
1302 UINT16 fcs; in process_stream_frame() local
/external/tcpdump/
Dieee802_11.h258 u_int8_t fcs[4]; member
268 u_int8_t fcs[4]; member
277 u_int8_t fcs[4]; member
287 u_int8_t fcs[4]; member
298 u_int8_t fcs[4]; member
309 u_int8_t fcs[4]; member
/external/kernel-headers/original/asm-x86/
Duser_32.h49 long fcs; member
61 long fcs; member
Duser32.h11 u32 fcs; member
24 int fcs; member
Dprocessor_32.h244 long fcs; member
257 long fcs; member
272 long fcs; member
/external/ppp/pppd/
Ddemand.c62 int fcs; variable
/external/bluetooth/bluedroid/stack/mcap/
Dmca_main.c259 tMCA_FCS_OPT fcs = MCA_FCS_NONE; in mca_set_cfg_by_tbl() local
/external/ppp/pppd/include/net/
Dppp_defs.h109 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
/external/kernel-headers/original/linux/
Dppp_defs.h101 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) argument
/external/qemu/hw/
Dbt-l2cap.c142 uint16_t fcs = 0x0000; in l2cap_fcs16() local
988 uint16_t fcs = le16_to_cpup((void *) (hdr->data + len - 2)); in l2cap_iframe_in() local
/external/bluetooth/bluedroid/stack/include/
Dmca_api.h122 tMCA_FCS_OPT fcs; member
Dl2c_api.h161 UINT8 fcs; /* '0' if desire is to bypass FCS, otherwise '1' */ member
/external/qemu/target-i386/
Dhax-interface.h32 uint16_t fcs; member
/external/valgrind/main/include/vki/
Dvki-x86-linux.h571 long fcs; member
583 long fcs; member
/external/bluetooth/bluedroid/bta/include/
Dbta_hl_api.h278 UINT8 fcs; member
/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_int.h139 UINT8 fcs; /* '0' No FCS, otherwise '1' */ member