Searched defs:fcs (Results 1 – 3 of 3) sorted by relevance
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | pppos.c | 134 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument 149 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ ppp_get_fcs(((fcs) ^ (c)) & 0xff)) argument 868 pppos_output_append(pppos_pcb *pppos, err_t err, struct pbuf *nb, u8_t c, u8_t accm, u16_t *fcs) in pppos_output_append() 902 pppos_output_last(pppos_pcb *pppos, err_t err, struct pbuf *nb, u16_t *fcs) in pppos_output_last()
|
H A D | demand.c | 66 int fcs; variable
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shlfolder.c | 5291 SHFOLDERCUSTOMSETTINGS fcs; in test_SHGetSetFolderCustomSettings() local
|