Searched refs:lzs_hists (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/
H A Dccp.h50 u_short lzs_hists; /* number of LZS histories */ member in struct:ccp_options
H A Dccp.c412 wo->lzs_hists = 1;
415 ao->lzs_hists = 1;
711 opt_buf[2] = go->lzs_hists >> 8;
712 opt_buf[3] = go->lzs_hists & 0xff;
824 p[2] = go->lzs_hists >> 8;
825 p[3] = go->lzs_hists & 0xff;
956 || p[2] != go->lzs_hists>>8 || p[3] != (go->lzs_hists&0xff)
1136 try.lzs_hists = (p[2] << 8) | p[3];
1252 if (p[2] != go->lzs_hists>>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/
H A Dccp.h50 u_short lzs_hists; /* number of LZS histories */ member in struct:ccp_options
H A Dccp.c412 wo->lzs_hists = 1;
415 ao->lzs_hists = 1;
711 opt_buf[2] = go->lzs_hists >> 8;
712 opt_buf[3] = go->lzs_hists & 0xff;
824 p[2] = go->lzs_hists >> 8;
825 p[3] = go->lzs_hists & 0xff;
956 || p[2] != go->lzs_hists>>8 || p[3] != (go->lzs_hists&0xff)
1136 try.lzs_hists = (p[2] << 8) | p[3];
1252 if (p[2] != go->lzs_hists>>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/
H A Dccp.h50 u_short lzs_hists; /* number of LZS histories */ member in struct:ccp_options
H A Dccp.c412 wo->lzs_hists = 1;
415 ao->lzs_hists = 1;
711 opt_buf[2] = go->lzs_hists >> 8;
712 opt_buf[3] = go->lzs_hists & 0xff;
824 p[2] = go->lzs_hists >> 8;
825 p[3] = go->lzs_hists & 0xff;
956 || p[2] != go->lzs_hists>>8 || p[3] != (go->lzs_hists&0xff)
1136 try.lzs_hists = (p[2] << 8) | p[3];
1252 if (p[2] != go->lzs_hists>>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/
H A Dccp.h50 u_short lzs_hists; /* number of LZS histories */ member in struct:ccp_options
H A Dccp.c412 wo->lzs_hists = 1;
415 ao->lzs_hists = 1;
711 opt_buf[2] = go->lzs_hists >> 8;
712 opt_buf[3] = go->lzs_hists & 0xff;
824 p[2] = go->lzs_hists >> 8;
825 p[3] = go->lzs_hists & 0xff;
956 || p[2] != go->lzs_hists>>8 || p[3] != (go->lzs_hists&0xff)
1136 try.lzs_hists = (p[2] << 8) | p[3];
1252 if (p[2] != go->lzs_hists>>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/
H A Dccp.h50 u_short lzs_hists; /* number of LZS histories */ member in struct:ccp_options
H A Dccp.c412 wo->lzs_hists = 1;
415 ao->lzs_hists = 1;
711 opt_buf[2] = go->lzs_hists >> 8;
712 opt_buf[3] = go->lzs_hists & 0xff;
824 p[2] = go->lzs_hists >> 8;
825 p[3] = go->lzs_hists & 0xff;
956 || p[2] != go->lzs_hists>>8 || p[3] != (go->lzs_hists&0xff)
1136 try.lzs_hists = (p[2] << 8) | p[3];
1252 if (p[2] != go->lzs_hists>>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/
H A Dccp.h50 u_short lzs_hists; /* number of LZS histories */ member in struct:ccp_options
H A Dccp.c412 wo->lzs_hists = 1;
415 ao->lzs_hists = 1;
711 opt_buf[2] = go->lzs_hists >> 8;
712 opt_buf[3] = go->lzs_hists & 0xff;
824 p[2] = go->lzs_hists >> 8;
825 p[3] = go->lzs_hists & 0xff;
956 || p[2] != go->lzs_hists>>8 || p[3] != (go->lzs_hists&0xff)
1136 try.lzs_hists = (p[2] << 8) | p[3];
1252 if (p[2] != go->lzs_hists>>
[all...]

Completed in 196 milliseconds