Searched defs:notsent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c1006 boolean_t notsent = B_TRUE; local
1113 * notsent is B_FALSE) then we are fine, else
1116 if (notsent && error == EHOSTUNREACH) {
1159 * notsent is B_FALSE) then we are fine, else
1162 if (notsent && error == EHOSTUNREACH) {
1287 notsent = B_FALSE;

Completed in 104 milliseconds