Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dppp_defs.h107 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
H A Dif_fake.c2971 iff_flags_t flags, bool fcs, void *trailer, size_t trailer_len) in feth_output_common()
3009 bool fcs; in feth_start() local
3095 bool fcs; in feth_output() local
/xnu-8019.80.24/tests/
H A Dnet_bridge.c3511 int fcs; in fake_set_trailers_fcs() local