/external/libppp/src/ |
D | hdlc.c | 112 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
|
D | pred.c | 182 u_short fcs; in Pred1Output() local 224 u_short fcs; in Pred1Input() local
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
D | rfc_utils.c | 83 UINT8 fcs = 0xFF; in rfc_calc_fcs() local 109 UINT8 fcs = 0xFF; in rfc_check_fcs() local
|
D | rfc_ts_frames.c | 572 UINT8 ead, eal, fcs; in rfc_parse_data() local
|
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_fcr.c | 425 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/ |
D | ieee802_11.h | 258 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/ |
D | user_32.h | 49 long fcs; member 61 long fcs; member
|
D | user32.h | 11 u32 fcs; member 24 int fcs; member
|
D | processor_32.h | 244 long fcs; member 257 long fcs; member 272 long fcs; member
|
/external/ppp/pppd/ |
D | demand.c | 62 int fcs; variable
|
/external/bluetooth/bluedroid/stack/mcap/ |
D | mca_main.c | 259 tMCA_FCS_OPT fcs = MCA_FCS_NONE; in mca_set_cfg_by_tbl() local
|
/external/ppp/pppd/include/net/ |
D | ppp_defs.h | 109 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
|
/external/kernel-headers/original/linux/ |
D | ppp_defs.h | 101 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) argument
|
/external/qemu/hw/ |
D | bt-l2cap.c | 142 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/ |
D | mca_api.h | 122 tMCA_FCS_OPT fcs; member
|
D | l2c_api.h | 161 UINT8 fcs; /* '0' if desire is to bypass FCS, otherwise '1' */ member
|
/external/qemu/target-i386/ |
D | hax-interface.h | 32 uint16_t fcs; member
|
/external/valgrind/main/include/vki/ |
D | vki-x86-linux.h | 571 long fcs; member 583 long fcs; member
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_hl_api.h | 278 UINT8 fcs; member
|
/external/bluetooth/bluedroid/bta/hl/ |
D | bta_hl_int.h | 139 UINT8 fcs; /* '0' No FCS, otherwise '1' */ member
|