HomeSort by relevance Sort by last modified time
    Searched refs:confirm_flag (Results 1 - 2 of 2) sorted by null

  /external/iputils/
ping_common.c 38 * confirm_flag fixes refusing service of kernels without MSG_CONFIRM.
40 int confirm_flag = MSG_CONFIRM; variable
566 if (i == 0 && confirm_flag && errno == EINVAL) {
567 confirm_flag = 0;
921 confirm = confirm_flag;
ping_common.h 152 extern int confirm_flag;

Completed in 39 milliseconds