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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dccp.c534 u_char opt_buf[CCP_MAX_OPTION_LENGTH]; local
618 opt_buf[0] = CI_MPPE;
619 opt_buf[1] = CILEN_MPPE;
620 MPPE_OPTS_TO_CI(go->mppe, &opt_buf[2]);
622 if (ccp_test(f->unit, opt_buf, CILEN_MPPE + MPPE_MAX_KEY_LEN, 0) <= 0) {
629 opt_buf[0] = CI_BSD_COMPRESS;
630 opt_buf[1] = CILEN_BSD_COMPRESS;
631 opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, BSD_MIN_BITS);
632 if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)
637 opt_buf[
705 u_char opt_buf[CILEN_MPPE + MPPE_MAX_KEY_LEN]; local
818 u_char opt_buf[CILEN_MPPE]; local
1172 u_char opt_buf[CILEN_MPPE + MPPE_MAX_KEY_LEN]; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dccp.c453 u_char opt_buf[16]; local
463 opt_buf[0] = CI_BSD_COMPRESS;
464 opt_buf[1] = CILEN_BSD_COMPRESS;
465 opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, BSD_MIN_BITS);
466 if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)
471 opt_buf[0] = CI_DEFLATE;
472 opt_buf[1] = CILEN_DEFLATE;
473 opt_buf[2] = DEFLATE_MAKE_OPT(DEFLATE_MIN_WORKS);
474 opt_buf[3] = DEFLATE_CHK_SEQUENCE;
475 if (ccp_test(f->unit, opt_buf, CILEN_DEFLAT
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dtimod.c228 static int timod_optmgmt(unsigned int fd, int flag, char __user *opt_buf, int opt_len, int do_ret) argument
239 SOLDD(("fd %u flg %u buf %p len %u doret %u",fd,flag,opt_buf,opt_len,do_ret));
240 if (!do_ret && (!opt_buf || opt_len <= 0))
259 if (copy_from_user(opt, opt_buf, sizeof(struct opthdr)) ||
271 copy_from_user(buf, opt_buf+sizeof(struct opthdr), opt->len)) {
315 opt_buf += sizeof(struct opthdr) + orig_opt_len;

Completed in 160 milliseconds