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

/external/netperf/src/
H A Dnettest_xti.c174 struct t_optmgmt *opt_req; /* we request an option */
209 if ((opt_req = (struct t_optmgmt *)t_alloc(temp_socket,T_OPTMGMT,T_ALL)) ==
212 "netperf: create_xti_endpoint: t_alloc: opt_req errno %d\n",
220 "create_xti_endpoint: opt_req->opt.buf %x maxlen %d len %d\n",
221 opt_req->opt.buf,
222 opt_req->opt.maxlen,
223 opt_req->opt.len);
262 opt_req->flags = T_NEGOTIATE;
268 opt_req->flags = T_CURRENT;
277 sock_option = (struct sock_option *)opt_req
171 struct t_optmgmt *opt_req; /* we request an option */ local
[all...]

Completed in 55 milliseconds