HomeSort by relevance Sort by last modified time
    Searched refs:cftypes (Results 1 - 4 of 4) sorted by null

  /external/libppp/src/
ccp.c 113 static char const * const cftypes[] = { local
136 if (proto < 0 || (unsigned)proto > sizeof cftypes / sizeof *cftypes ||
137 cftypes[proto] == NULL) {
143 return cftypes[proto];
ipv6cp.c 651 static const char *cftypes[] = { "IFACEID", "COMPPROTO" }; local
653 if (proto > 0 && proto <= sizeof cftypes / sizeof *cftypes)
654 return cftypes[proto - 1];
ipcp.c 141 } cftypes[] = { local
153 for (f = 0; f < sizeof cftypes / sizeof *cftypes; f++)
154 if (cftypes[f].id == proto)
155 return cftypes[f].txt;
    [all...]
lcp.c 121 static const char * const cftypes[] = { local
149 if (proto > sizeof cftypes / sizeof *cftypes || cftypes[proto] == NULL)
152 return cftypes[proto];
    [all...]

Completed in 224 milliseconds