OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:confirm_flag
(Results
1 - 2
of
2
) sorted by null
/external/ping/
ping_common.h
95
extern int
confirm_flag
;
ping.c
102
*
confirm_flag
fixes refusing service of kernels without MSG_CONFIRM.
104
int
confirm_flag
= MSG_CONFIRM;
variable
438
if (i == 0 &&
confirm_flag
&& errno == EINVAL) {
439
confirm_flag
= 0;
770
confirm =
confirm_flag
;
[
all
...]
Completed in 1093 milliseconds