Searched refs:F_VERBOSE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/network_cmds-457/ping6.tproj/
H A Dping6.c192 #define F_VERBOSE 0x0100 macro
596 options |= F_VERBOSE;
738 if (gres->ai_next && (options & F_VERBOSE))
753 if ((options & F_VERBOSE) != 0) {
796 /* in F_VERBOSE case, we may get non-echoreply packets*/
797 if (options & F_VERBOSE)
896 if (!(options & F_VERBOSE)) {
913 if ((options & F_VERBOSE) != 0) {
1335 if ((options & F_VERBOSE) != 0) {
1686 if (options & F_VERBOSE)
[all...]
/macosx-10.10/network_cmds-457/ping.tproj/
H A Dping.c151 #define F_VERBOSE 0x0100 macro
538 options |= F_VERBOSE;
1192 if (options & F_VERBOSE)
1336 if (((options & F_VERBOSE) && uid == 0) ||

Completed in 124 milliseconds