Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A 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
H A Dpred.c184 u_short fcs; in Pred1Output() local
226 u_short fcs; in Pred1Input() local
/dragonfly/sys/netgraph7/async/
H A Dng_async.c81 u_int16_t fcs; /* Decoded async FCS (so far) */ member
435 nga_async_add(const sc_p sc, u_int16_t *fcs, u_int32_t accm, int *len, u_char x) in nga_async_add()
456 u_int16_t fcs, fcs0; in nga_rcv_sync() local
/dragonfly/sys/netgraph/async/
H A Dng_async.c73 u_int16_t fcs; /* Decoded async FCS (so far) */ member
417 nga_async_add(const sc_p sc, u_int16_t *fcs, u_int32_t accm, int *len, u_char x) in nga_async_add()
438 u_int16_t fcs, fcs0; in nga_rcv_sync() local
/dragonfly/sys/netbt/
H A Drfcomm_session.c607 uint8_t fcs, b; in rfcomm_session_input() local
1460 uint8_t fcs, cr; in rfcomm_session_send_frame() local
1523 uint8_t fcs, *hdr; in rfcomm_session_send_uih() local
H A Drfcomm.h167 uint8_t fcs; member
/dragonfly/sys/netgraph7/
H A Dng_pred1.c385 uint16_t fcs, lenn; in ng_pred1_compress() local
461 uint16_t fcs; in ng_pred1_decompress() local
/dragonfly/contrib/gcc-4.7/libgcc/config/i386/
H A Dcrtfastmath.c106 long int fcs; in set_fast_math() member
/dragonfly/contrib/tcpdump/
H A Dprint-802_15_4.c1804 uint32_t fcs, crc_check; in ieee802_15_4_std_frames() local
2203 uint32_t fcs, crc_check; in ieee802_15_4_mp_frame() local
/dragonfly/sys/net/ppp_layer/
H A Dppp_defs.h81 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
/dragonfly/sys/netgraph7/bluetooth/include/
H A Dng_btsocket_rfcomm.h133 u_int8_t fcs; member
/dragonfly/sys/netgraph7/bluetooth/socket/
H A Dng_btsocket_rfcomm.c303 ng_btsocket_rfcomm_check_fcs(u_int8_t *data, int type, u_int8_t fcs) in ng_btsocket_rfcomm_check_fcs()
/dragonfly/sys/dev/virtual/vmware/vmxnet3/
H A Dif_vmxreg.h168 uint32_t fcs:1; /* Frame CRC correct */ member
/dragonfly/sys/dev/raid/amr/
H A Damrreg.h536 } __packed fcs; member