Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c527 u_char opt_buf[16]; local
537 opt_buf[0] = CI_BSD_COMPRESS;
538 opt_buf[1] = CILEN_BSD_COMPRESS;
545 opt_buf[0] = CI_DEFLATE;
546 opt_buf[1] = CILEN_DEFLATE;
553 opt_buf[0] = CI_DEFLATE_DRAFT;
554 opt_buf[1] = CILEN_DEFLATE;
564 opt_buf[0] = CI_PREDICTOR_1;
565 opt_buf[1] = CILEN_PREDICTOR_1;
570 opt_buf[0] = CI_PREDICTOR_2;
[all …]
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c689 char opt_buf[MAX_MNTOPT_STR]; in mount_early_fs() local
714 (void) strlcpy(opt_buf, opt, sizeof (opt_buf)); in mount_early_fs()
715 opt = opt_buf; in mount_early_fs()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1192 uint8_t *opts, *opt_buf; in tcphdr() local
1194 opt_buf = mdb_alloc(opt_len, UM_SLEEP); in tcphdr()
1196 if (mdb_vread(opt_buf, opt_len, (uintptr_t)opts) == -1) { in tcphdr()
1200 tcphdr_print_options(opt_buf, opt_len); in tcphdr()
1201 mdb_free(opt_buf, opt_len); in tcphdr()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c2906 char *opt_buf = NULL; /* used for IPv4 source routing */ in tn() local
3207 if (!prepare_optbuf(gw_addrs, num_gw, &opt_buf, in tn()
3213 opt_buf, opt_buf_len) < 0) in tn()