Searched defs:fcs (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | hdlc.c | 114 u_short fcs = INITFCS; in hdlc_Fcs() local 123 HdlcFcsBuf(u_short fcs, struct mbuf *m) in HdlcFcsBuf() 148 u_short fcs; in hdlc_LayerPush() local 307 u_short fcs; in hdlc_LayerPull() local
|
| H A D | pred.c | 184 u_short fcs; in Pred1Output() local 226 u_short fcs; in Pred1Input() local
|
| /freebsd-13.1/sys/netgraph/ |
| H A D | ng_async.c | 80 u_int16_t fcs; /* Decoded async FCS (so far) */ member 384 nga_async_add(const sc_p sc, u_int16_t *fcs, u_int32_t accm, int *len, u_char x) in nga_async_add() 405 u_int16_t fcs, fcs0; in nga_rcv_sync() local
|
| H A D | ng_pred1.c | 387 uint16_t fcs, lenn; in ng_pred1_compress() local 470 uint16_t fcs; in ng_pred1_decompress() local
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_ptrace.c | 167 l_long fcs; member 205 l_long fcs; member
|
| /freebsd-13.1/sys/net/ |
| H A D | ppp_defs.h | 83 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
|
| /freebsd-13.1/sys/netgraph/bluetooth/include/ |
| H A D | ng_btsocket_rfcomm.h | 135 u_int8_t fcs; member
|
| /freebsd-13.1/sys/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_rfcomm.c | 313 ng_btsocket_rfcomm_check_fcs(u_int8_t *data, int type, u_int8_t fcs) in ng_btsocket_rfcomm_check_fcs()
|
| /freebsd-13.1/sys/dev/vmware/vmxnet3/ |
| H A D | if_vmxreg.h | 168 uint32_t fcs:1; /* Frame CRC correct */ member
|
| /freebsd-13.1/sys/dev/amr/ |
| H A D | amrreg.h | 535 } __packed fcs; member
|
| /freebsd-13.1/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
|
| /freebsd-13.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-pip-defs.h | 5128 …uint64_t fcs : 32; /**< Number of packets with FCS or Align opcode errors… member 5154 …uint64_t fcs : 32; /**< Number of packets with FCS or Align opcode errors… member 6057 …uint64_t fcs : 32; /**< Number of packets with FCS or Align opcode errors… member
|
| H A D | cvmx-agl-defs.h | 3461 uint64_t fcs : 1; /**< Append the Ethernet FCS on each packet */ member
|
| H A D | cvmx-gmxx-defs.h | 7876 uint64_t fcs : 1; /**< Append the Ethernet FCS on each packet */ member
|