Searched refs:opt_ret (Results 1 – 1 of 1) sorted by relevance
173 struct t_optmgmt *opt_ret; /* it tells us what we got */ in create_xti_endpoint() local226 if ((opt_ret = (struct t_optmgmt *) t_alloc(temp_socket,T_OPTMGMT,T_ALL)) == in create_xti_endpoint()238 opt_ret->opt.buf, in create_xti_endpoint()239 opt_ret->opt.maxlen, in create_xti_endpoint()240 opt_ret->opt.len); in create_xti_endpoint()288 sock_option = (struct sock_option *)opt_ret->opt.buf; in create_xti_endpoint()291 if (t_optmgmt(temp_socket,opt_req,opt_ret) == -1) { in create_xti_endpoint()341 sock_option = (struct sock_option *)opt_ret->opt.buf; in create_xti_endpoint()344 if (t_optmgmt(temp_socket,opt_req,opt_ret) == -1) { in create_xti_endpoint()426 sock_option = (struct sock_option *)opt_ret->opt.buf; in create_xti_endpoint()[all …]