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

  /external/libpcap/tests/
filtertest.c 166 int Oflag;
180 Oflag = 1;
201 Oflag = 0;
250 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
  /external/tcpdump/
interface.h 392 #define Oflag gndo->ndo_Oflag
  /external/netcat/
netcat.c 91 int Oflag; /* TCP send buffer size */
258 Oflag = atoi(optarg);
260 Oflag = strtonum(optarg, 1, 65536 << 14, &errstr);
982 if (Oflag) {
984 &Oflag, sizeof(Oflag)) == -1)

Completed in 114 milliseconds