HomeSort by relevance Sort by last modified time
    Searched refs:PROTO_VJUNCOMP (Results 1 - 4 of 4) sorted by null

  /external/libppp/src/
proto.h 35 #define PROTO_VJUNCOMP 0x002f /* VJ Uncompressed */
vjcomp.c 93 *proto = PROTO_VJUNCOMP;
94 log_Printf(LogDEBUG, "vj_LayerPush: PROTO_IP -> PROTO_VJUNCOMP\n");
100 log_Printf(LogDEBUG, "vj_LayerPush: PROTO_IP -> PROTO_VJUNCOMP\n");
175 case PROTO_VJUNCOMP:
177 log_Printf(LogDEBUG, "vj_LayerPull: PROTO_VJUNCOMP -> PROTO_IP\n");
link.c 201 { PROTO_VJUNCOMP, "VJ_UNCOMP" },
ip.c 689 case PROTO_VJUNCOMP: type = "compressed VJ"; break;

Completed in 344 milliseconds