Searched refs:cs_id (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/include/net/
H A Dslcompress.h105 u_char cs_id; /* connection # associated with this state */ member in struct:cstate
H A Dvjcompress.h105 u_char cs_id; /* connection # associated with this state */ member in struct:cstate
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/modules/
H A Dvjcompress.c103 tstate[i].cs_id = i;
107 tstate[0].cs_id = 0;
393 if (compress_cid == 0 || comp->last_xmit != cs->cs_id) {
394 comp->last_xmit = cs->cs_id;
398 *cp++ = cs->cs_id;
417 ip->ip_p = cs->cs_id;
418 comp->last_xmit = cs->cs_id;

Completed in 125 milliseconds