Home
last modified time | relevance | path

Searched refs:PROTO_VJUNCOMP (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dvjcomp.c93 *proto = PROTO_VJUNCOMP; in vj_LayerPush()
175 case PROTO_VJUNCOMP: in vj_LayerPull()
H A Dproto.h35 #define PROTO_VJUNCOMP 0x002f /* VJ Uncompressed */ macro
H A Dlink.c201 { PROTO_VJUNCOMP, "VJ_UNCOMP" },
H A Dip.c689 case PROTO_VJUNCOMP: type = "compressed VJ"; break; in PacketCheck()