HomeSort by: relevance | last modified time | path
    Searched defs:offer_i (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/iscsi/dist/src/lib/
parameters.c 681 int offer_i, answer_i, max_i, val1_i, val2_i, negotiated_i; local
1026 offer_i = iscsi_atoi(param->offer_rx);
1030 answer_i = offer_i; /* we support anything,
1033 } else if (offer_i == 0) {
1036 } else if (offer_i > max_i) {
1040 answer_i = offer_i; /* they are the lower of
1044 if (offer_i > max_i) {
1048 answer_i = offer_i; /* they are the lower of

Completed in 24 milliseconds