Home
last modified time | relevance | path

Searched refs:opt_ack (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_koptmgmt.c68 struct T_optmgmt_ack *opt_ack; in t_koptmgmt() local
133 opt_ack = (struct T_optmgmt_ack *)ctlbuf; in t_koptmgmt()
134 if (opt_ack->PRIM_type != T_OPTMGMT_ACK) { in t_koptmgmt()
140 if (opt_ack->OPT_length > ret->opt.maxlen) { in t_koptmgmt()
144 ret->opt.len = opt_ack->OPT_offset; in t_koptmgmt()
145 opt_data = ctlbuf + opt_ack->OPT_offset; in t_koptmgmt()
148 ret->flags = opt_ack->MGMT_flags; in t_koptmgmt()
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c2865 struct T_optmgmt_ack *opt_ack; in connmgr_getopt_int() local
2926 opt_ack = (struct T_optmgmt_ack *)mp->b_rptr; in connmgr_getopt_int()
2927 opt_res = (struct opthdr *)connmgr_opt_getoff(mp, opt_ack->OPT_offset, in connmgr_getopt_int()
2928 opt_ack->OPT_length, __TPI_ALIGN_SIZE); in connmgr_getopt_int()
2932 int, opt_ack->OPT_offset, int, opt_ack->OPT_length); in connmgr_getopt_int()