Home | History | Annotate | Download | only in ping

Lines Matching full:confirm_flag

102  * confirm_flag fixes refusing service of kernels without MSG_CONFIRM.
104 int confirm_flag = MSG_CONFIRM;
438 if (i == 0 && confirm_flag && errno == EINVAL) {
439 confirm_flag = 0;
770 confirm = confirm_flag;