Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/ppp/
Dncp.h103 #define isncp(proto) ((proto) == PROTO_IPCP || (proto) == PROTO_IPV6CP) macro
105 #define isncp(proto) ((proto) == PROTO_IPCP) macro
Dbundle.c288 } else if (isncp(fp->proto)) { in bundle_LayerUp()
320 if (isncp(fp->proto)) { in bundle_LayerDown()
376 if (isncp(fp->proto) && !ncp_LayersUnfinished(&bundle->ncp)) { in bundle_LayerFinish()