Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/ppp/
Dproto.h46 #define PROTO_COMPRESSIBLE(p) (((p) & 0xff81) == 0x01) macro
Dccp.c723 if (PROTO_COMPRESSIBLE(*proto)) { in ccp_LayerPush()
779 } else if (PROTO_COMPRESSIBLE(*proto) && l->ccp.in.state != NULL) { in ccp_LayerPull()