Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c531 u_char opt_buf[16]; local
541 opt_buf[0] = CI_BSD_COMPRESS;
542 opt_buf[1] = CILEN_BSD_COMPRESS;
543 opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, BSD_MIN_BITS);
544 if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)
549 opt_buf[0] = CI_DEFLATE;
550 opt_buf[1] = CILEN_DEFLATE;
551 opt_buf[2] = DEFLATE_MAKE_OPT(DEFLATE_MIN_SIZE+1);
552 opt_buf[3] = DEFLATE_CHK_SEQUENCE;
553 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
[all …]
/titanic_44/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c686 char opt_buf[MAX_MNTOPT_STR]; in mount_early_fs() local
711 (void) strlcpy(opt_buf, opt, sizeof (opt_buf)); in mount_early_fs()
712 opt = opt_buf; in mount_early_fs()
/titanic_44/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1191 uint8_t *opts, *opt_buf; in tcphdr() local
1193 opt_buf = mdb_alloc(opt_len, UM_SLEEP); in tcphdr()
1195 if (mdb_vread(opt_buf, opt_len, (uintptr_t)opts) == -1) { in tcphdr()
1199 tcphdr_print_options(opt_buf, opt_len); in tcphdr()
1200 mdb_free(opt_buf, opt_len); in tcphdr()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c2940 char *opt_buf = NULL; /* used for IPv4 source routing */ local
3241 if (!prepare_optbuf(gw_addrs, num_gw, &opt_buf,
3247 opt_buf, opt_buf_len) < 0)