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

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dccp.c597 u_char opt_buf[CCP_MAX_OPTION_LENGTH]; local
654 opt_buf[0] = CI_MPPE;
655 opt_buf[1] = CILEN_MPPE;
656 opt_buf[2] = 0;
657 opt_buf[3] = 0;
658 opt_buf[4] = 0;
659 opt_buf[5] = MPPE_MPPC;
660 if (ccp_test(f->unit, opt_buf, CILEN_MPPE, 0) <= 0)
664 opt_buf[0] = CI_MPPE;
665 opt_buf[
800 u_char opt_buf[CILEN_MPPE + MPPE_MAX_KEY_LEN]; local
1327 u_char opt_buf[CILEN_MPPE + MPPE_MAX_KEY_LEN]; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dccp.c597 u_char opt_buf[CCP_MAX_OPTION_LENGTH]; local
654 opt_buf[0] = CI_MPPE;
655 opt_buf[1] = CILEN_MPPE;
656 opt_buf[2] = 0;
657 opt_buf[3] = 0;
658 opt_buf[4] = 0;
659 opt_buf[5] = MPPE_MPPC;
660 if (ccp_test(f->unit, opt_buf, CILEN_MPPE, 0) <= 0)
664 opt_buf[0] = CI_MPPE;
665 opt_buf[
800 u_char opt_buf[CILEN_MPPE + MPPE_MAX_KEY_LEN]; local
1327 u_char opt_buf[CILEN_MPPE + MPPE_MAX_KEY_LEN]; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/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...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dtimod.c226 static int timod_optmgmt(unsigned int fd, int flag, char *opt_buf, int opt_len, int do_ret) argument
237 SOLDD(("fd %u flg %u buf %p len %u doret %u",fd,flag,opt_buf,opt_len,do_ret));
238 if (!do_ret && (!opt_buf || opt_len <= 0))
257 if (copy_from_user(opt, opt_buf, sizeof(struct opthdr)) ||
269 copy_from_user(buf, opt_buf+sizeof(struct opthdr), opt->len)) {
313 opt_buf += sizeof(struct opthdr) + orig_opt_len;

Completed in 107 milliseconds