tag | line | file | source code |
---|---|---|---|
msgfcs | 1960 | drivers/net/ppp.c | unsigned short fcs = PPP_FCS_INIT, msgfcs; |
msgfcs | 1968 | drivers/net/ppp.c | msgfcs = (c[1] << 8) + c[0]; |
msgfcs | 1970 | drivers/net/ppp.c | (unsigned long) msgfcs, (unsigned long) fcs)); |
msgfcs | 1971 | drivers/net/ppp.c | return fcs == msgfcs; |