Searched refs:fcs (Results 1 – 4 of 4) sorted by relevance
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | pppos.c | 75 …t pppos_output_append(pppos_pcb *pppos, err_t err, struct pbuf *nb, u8_t c, u8_t accm, u16_t *fcs); 76 static err_t pppos_output_last(pppos_pcb *pppos, err_t err, struct pbuf *nb, u16_t *fcs); 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() argument 886 if (fcs) { in pppos_output_append() 887 *fcs = PPP_FCS(*fcs, c); in pppos_output_append() 902 pppos_output_last(pppos_pcb *pppos, err_t err, struct pbuf *nb, u16_t *fcs) in pppos_output_last() argument 907 err = pppos_output_append(pppos, err, nb, ~(*fcs) & 0xFF, 1, NULL); in pppos_output_last() 908 err = pppos_output_append(pppos, err, nb, (~(*fcs) >> 8) & 0xFF, 1, NULL); in pppos_output_last()
|
H A D | demand.c | 66 int fcs; variable 99 fcs = PPP_INITFCS; in demand_conf() 164 fcs = PPP_INITFCS; in demand_discard() 244 && framelen > 2 && fcs == PPP_GOODFCS) { 252 fcs = PPP_INITFCS; 269 fcs = PPP_FCS(fcs, c);
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shlfolder.c | 5291 SHFOLDERCUSTOMSETTINGS fcs; in test_SHGetSetFolderCustomSettings() local 5312 memset(&fcs, 0, sizeof(fcs)); in test_SHGetSetFolderCustomSettings() 5313 fcs.dwSize = sizeof(fcs); in test_SHGetSetFolderCustomSettings() 5314 fcs.dwMask = FCSM_ICONFILE; in test_SHGetSetFolderCustomSettings() 5315 fcs.pszIconFile = iconpathW; in test_SHGetSetFolderCustomSettings() 5320 memset(&fcs, 0, sizeof(fcs)); in test_SHGetSetFolderCustomSettings() 5321 fcs.dwSize = sizeof(fcs); in test_SHGetSetFolderCustomSettings() 5322 fcs.dwMask = FCSM_ICONFILE; in test_SHGetSetFolderCustomSettings() 5323 fcs.cchIconFile = MAX_PATH; in test_SHGetSetFolderCustomSettings() 5324 fcs.pszIconFile = bufferW; in test_SHGetSetFolderCustomSettings() [all …]
|
/reactos/media/drivers/etc/ |
H A D | services | 2968 macromedia-fcs 1935/tcp #Macromedia Flash Communications Server MX 2969 macromedia-fcs 1935/udp #Macromedia Flash Communications server MX
|