Searched refs:PROTO_VJUNCOMP (Results 1 - 4 of 4) sorted by path

/freebsd-current/usr.sbin/ppp/
H A Dip.c689 case PROTO_VJUNCOMP: type = "compressed VJ"; break;
H A Dlink.c201 { PROTO_VJUNCOMP, "VJ_UNCOMP" },
H A Dproto.h35 #define PROTO_VJUNCOMP 0x002f /* VJ Uncompressed */ macro
H A Dvjcomp.c93 *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");

Completed in 144 milliseconds