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

  /external/libppp/src/
vjcomp.c 78 u_short cproto = bundle->ncp.ipcp.peer_compproto >> 16;
86 bundle->ncp.ipcp.peer_compproto & 0xff);
ipcp.h 89 u_int32_t peer_compproto; /* VJ params he's willing to use */ member in struct:ipcp
ipcp.c 362 inet_ntoa(ipcp->peer_ip), vj2asc(ipcp->peer_compproto));
547 ipcp->peer_compproto = 0;
936 if (ipcp->peer_compproto >> 16 == PROTO_VJCOMP)
937 sl_compress_init(&ipcp->vj.cslc, (ipcp->peer_compproto >> 8) & 255);
    [all...]

Completed in 203 milliseconds