Searched refs:decomp_alloc (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dppp-comp.h61 void *(*decomp_alloc) __P((u_char *options, int opt_len)); member in struct:compressor
H A Dpppdump.c471 cp->state = (*comp)->decomp_alloc(dp, CCP_OPT_LENGTH(dp));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dppp-comp.h53 void *(*decomp_alloc) __P((u_char *options, int opt_len)); member in struct:compressor
H A Dpppdump.c441 cp->state = (*comp)->decomp_alloc(dp, CCP_OPT_LENGTH(dp));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dppp-comp.h87 void *(*decomp_alloc) (unsigned char *options, int opt_len); member in struct:compressor
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/linux/
H A Dppp-comp.h87 void *(*decomp_alloc) (unsigned char *options, int opt_len); member in struct:compressor
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dppp-comp.h69 void *(*decomp_alloc) __P((u_char *options, int opt_len)); member in struct:compressor
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp-comp.h95 void *(*decomp_alloc) (unsigned char *options, int opt_len); member in struct:compressor
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dppp-comp.h77 void *(*decomp_alloc) __P((u_char *options, int opt_len)); member in struct:compressor
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_deflate.c607 .decomp_alloc = z_decomp_alloc,
625 .decomp_alloc = z_decomp_alloc,
H A Dppp_mppe.c693 .decomp_alloc = mppe_alloc,
H A Dbsd_comp.c1140 .decomp_alloc = bsd_decomp_alloc,
H A Dppp_generic.c2556 state = cp->decomp_alloc(ccp_option, data.length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dppp_comp.c289 cp->memreq.returned_mem = cp->rcomp->decomp_alloc(compressor_options, len);
440 cp->rstate = (*comp)->decomp_alloc(opt_data, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c289 cp->memreq.returned_mem = cp->rcomp->decomp_alloc(compressor_options, len);
440 cp->rstate = (*comp)->decomp_alloc(opt_data, len);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp_comp.c281 cp->memreq.returned_mem = cp->rcomp->decomp_alloc(compressor_options, len);
432 cp->rstate = (*comp)->decomp_alloc(opt_data, len);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp_comp.c281 cp->memreq.returned_mem = cp->rcomp->decomp_alloc(compressor_options, len);
432 cp->rstate = (*comp)->decomp_alloc(opt_data, len);

Completed in 127 milliseconds