OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Oflag
(Results
1 - 3
of
3
) sorted by null
/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)
/external/tcpdump/
interface.h
349
#define
Oflag
gndo->ndo_Oflag
tcpdump.c
664
Oflag
= 0;
943
if (pcap_compile(pd, &fcode, cmdbuf,
Oflag
, netmask) < 0)
[
all
...]
Completed in 94 milliseconds