Searched refs:isncp (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.sbin/ppp/
H A Dncp.h98 #define isncp(proto) ((proto) == PROTO_IPCP || (proto) == PROTO_IPV6CP) macro
100 #define isncp(proto) ((proto) == PROTO_IPCP) macro
H A Dbundle.c286 } else if (isncp(fp->proto)) {
318 if (isncp(fp->proto)) {
374 if (isncp(fp->proto) && !ncp_LayersUnfinished(&bundle->ncp)) {

Completed in 52 milliseconds