OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndo_sflag
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/
interface.h
202
#define sflag gndo->
ndo_sflag
203
#define Sflag gndo->
ndo_Sflag
print-snmp.c
682
if (!ndo->
ndo_sflag
&& !ndo->ndo_nflag && asnlen > 2) {
698
for (; !ndo->
ndo_sflag
&& i-- > 0; p++) {
903
for (*oidlen = 0; ndo->
ndo_sflag
&& i-- > 0; p++) {
[
all
...]
netdissect.h
101
int
ndo_sflag
; /* use the libsmi to translate OIDs */
member in struct:netdissect_options
102
int
ndo_Sflag
; /* print raw TCP sequence numbers */
Completed in 812 milliseconds