HomeSort by relevance Sort by last modified time
    Searched defs:Iflag (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
interface.h 408 #define Iflag gndo->ndo_Iflag
  /external/netcat/
netcat.c 69 unsigned int iflag; /* Interval Flag */ variable
90 int Iflag; /* TCP receive buffer size */
173 iflag = atoi(optarg);
175 iflag = strtonum(optarg, 0, UINT_MAX, &errstr);
248 Iflag = atoi(optarg);
250 Iflag = strtonum(optarg, 1, 65536 << 14, &errstr);
779 if (iflag)
780 sleep(iflag);
977 if (Iflag) {
979 &Iflag, sizeof(Iflag)) == -1
    [all...]
  /system/core/toolbox/
newfs_msdos.c 248 int Iflag = 0, mflag = 0, oflag = 0;
292 Iflag = 1;
686 if (Iflag)
    [all...]

Completed in 91 milliseconds