Home
last modified time | relevance | path

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

/external/netperf/
Dnettest_xti.c172 struct t_optmgmt *opt_req; /* we request an option */ in create_xti_endpoint() local
207 if ((opt_req = (struct t_optmgmt *)t_alloc(temp_socket,T_OPTMGMT,T_ALL)) == in create_xti_endpoint()
219 opt_req->opt.buf, in create_xti_endpoint()
220 opt_req->opt.maxlen, in create_xti_endpoint()
221 opt_req->opt.len); in create_xti_endpoint()
260 opt_req->flags = T_NEGOTIATE; in create_xti_endpoint()
266 opt_req->flags = T_CURRENT; in create_xti_endpoint()
275 sock_option = (struct sock_option *)opt_req->opt.buf; in create_xti_endpoint()
283 opt_req->opt.len = sizeof(struct t_opthdr) + sizeof(long); in create_xti_endpoint()
291 if (t_optmgmt(temp_socket,opt_req,opt_ret) == -1) { in create_xti_endpoint()
[all …]