Home
last modified time | relevance | path

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

/external/netperf/src/
Dnettest_xti.c171 struct t_optmgmt *opt_req; /* we request an option */ in create_xti_endpoint() local
206 if ((opt_req = (struct t_optmgmt *)t_alloc(temp_socket,T_OPTMGMT,T_ALL)) == in create_xti_endpoint()
218 opt_req->opt.buf, in create_xti_endpoint()
219 opt_req->opt.maxlen, in create_xti_endpoint()
220 opt_req->opt.len); in create_xti_endpoint()
259 opt_req->flags = T_NEGOTIATE; in create_xti_endpoint()
265 opt_req->flags = T_CURRENT; in create_xti_endpoint()
274 sock_option = (struct sock_option *)opt_req->opt.buf; in create_xti_endpoint()
282 opt_req->opt.len = sizeof(struct t_opthdr) + sizeof(long); in create_xti_endpoint()
290 if (t_optmgmt(temp_socket,opt_req,opt_ret) == -1) { in create_xti_endpoint()
[all …]