OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Oflag
(Results
1 - 2
of
2
) 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/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 437 milliseconds