Home
last modified time | relevance | path

Searched defs:PPP_FCS (Results 1 – 2 of 2) sorted by relevance

/external/ppp/pppd/include/net/
Dppp_defs.h109 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
/external/syslinux/core/lwip/src/netif/ppp/
Dppp.h164 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro