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

  /external/libppp/src/
ncp.h 98 #define isncp(proto) ((proto) == PROTO_IPCP || (proto) == PROTO_IPV6CP) macro
100 #define isncp(proto) ((proto) == PROTO_IPCP) macro
bundle.c 286 } else if (isncp(fp->proto)) {
318 if (isncp(fp->proto)) {
374 if (isncp(fp->proto) && !ncp_LayersUnfinished(&bundle->ncp)) {
    [all...]

Completed in 335 milliseconds