Home
last modified time | relevance | path

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

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