Home | History | Annotate | Download | only in iputils

Lines Matching defs:confirmed

333 int	confirmed;
339 confirmed = 0;
356 confirmed = 0;
372 if (send(peer, dp, size + 4, confirmed) != size + 4) {
376 confirmed = 0;
394 confirmed = MSG_CONFIRM;
426 confirmed = 0;
437 if (send(peer, ackbuf, 4, confirmed) != 4) {
441 confirmed = 0;
457 confirmed = MSG_CONFIRM;
479 (void) send(peer, ackbuf, 4, confirmed);