Searched defs:fcs (Results 1 – 12 of 12) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A 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
|
H A D | pred.c | 182 u_short fcs; in Pred1Output() local 224 u_short fcs; in Pred1Input() local
|
/freebsd/sys/netgraph/ |
H A D | ng_async.c | 78 u_int16_t fcs; /* Decoded async FCS (so far) */ member 382 nga_async_add(const sc_p sc, u_int16_t *fcs, u_int32_t accm, int *len, u_char x) in nga_async_add() 403 u_int16_t fcs, fcs0; in nga_rcv_sync() local
|
H A D | ng_pred1.c | 385 uint16_t fcs, lenn; in ng_pred1_compress() local 468 uint16_t fcs; in ng_pred1_decompress() local
|
/freebsd/sys/i386/linux/ |
H A D | linux_ptrace_machdep.c | 163 l_long fcs; member 201 l_long fcs; member
|
/freebsd/contrib/tcpdump/ |
H A D | print-802_15_4.c | 1803 uint32_t fcs, crc_check; in ieee802_15_4_std_frames() local 2211 uint32_t fcs, crc_check; in ieee802_15_4_mp_frame() local
|
/freebsd/sys/net/ |
H A D | ppp_defs.h | 81 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_fs_counters.c | 528 struct mlx5_fc fcs[]; member
|
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_btsocket_rfcomm.h | 134 u_int8_t fcs; member
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket_rfcomm.c | 312 ng_btsocket_rfcomm_check_fcs(u_int8_t *data, int type, u_int8_t fcs) in ng_btsocket_rfcomm_check_fcs()
|
/freebsd/sys/dev/vmware/vmxnet3/ |
H A D | if_vmxreg.h | 166 uint32_t fcs:1; /* Frame CRC correct */ member
|
/freebsd/sys/contrib/alpine-hal/eth/ |
H A D | al_hal_eth_main.c | 2285 const char *fcs = (pkt->flags & AL_ETH_TX_FLAGS_L2_DIS_FCS) ? "Disable FCS" : ""; in al_dump_tx_pkt() local
|