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

  /external/netcat/
netcat.c 68 int dflag; /* detached, no stdin */ variable
89 int Dflag; /* sodebug */
166 dflag = 1;
244 Dflag = 1;
782 if ((n = poll(pfd, 2 - dflag, timeout)) < 0) {
805 if (!dflag && pfd[1].revents & POLLIN) {
960 if (Dflag) {
  /external/tcpdump/
tcpdump.c 138 static int Dflag; /* list available devices and exit */
139 static int dflag; /* print filter code */ variable
1112 ++dflag;
1116 Dflag++;
    [all...]

Completed in 197 milliseconds