Lines Matching defs:fcs
2058 uint32_t fcs;2065 fcs = PPPFCS_32;2067 fcs = PPPFCS_NONE;2069 fcs = PPPFCS_16;2071 if (strioctl(pppfd, PPPIO_XFCS, &fcs, sizeof (fcs), 0) < 0) {2086 uint32_t fcs;2093 fcs = PPPFCS_32;2095 fcs = PPPFCS_NONE;2097 fcs = PPPFCS_16;2099 if (strioctl(pppfd, PPPIO_RFCS, &fcs, sizeof (fcs), 0) < 0) {