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

  /external/tcpdump/
interface.h 349 #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 2483 milliseconds