HomeSort by: relevance | last modified time | path
    Searched defs:F_VERBOSE (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/ping/
ping.c 100 #define F_VERBOSE 0x0001
387 pingflags |= F_VERBOSE;
930 if (pingflags & F_VERBOSE)
1083 if (pingflags & F_VERBOSE) {
1168 (pingflags & F_VERBOSE)) {
1517 if (pingflags & F_VERBOSE) {
1750 if (pingflags & F_VERBOSE)
1843 if (pingflags & F_VERBOSE)
1850 if (pingflags & F_VERBOSE)
1854 if (pingflags & F_VERBOSE)
    [all...]
  /src/sbin/ping6/
ping6.c 171 #define F_VERBOSE 0x0100
513 options |= F_VERBOSE;
621 if (gres->ai_next && (options & F_VERBOSE))
636 if ((options & F_VERBOSE) != 0) {
667 /* in F_VERBOSE case, we may get non-echoreply packets*/
668 if (options & F_VERBOSE)
728 if (!(options & F_VERBOSE)) {
745 if ((options & F_VERBOSE) != 0) {
1013 if ((options & F_VERBOSE) != 0) {
1314 if (options & F_VERBOSE)
    [all...]

Completed in 15 milliseconds