OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESP_CODE_SECOND_TOKEN
(Results
1 - 5
of
5
) sorted by null
/external/tcpdump/
print-sip.c
52
txtproto_print(ndo, pptr, len, "sip", sipcmds,
RESP_CODE_SECOND_TOKEN
);
print-http.c
79
txtproto_print(ndo, pptr, len, "http", httpcmds,
RESP_CODE_SECOND_TOKEN
);
print-rtsp.c
49
txtproto_print(ndo, pptr, len, "rtsp", rtspcmds,
RESP_CODE_SECOND_TOKEN
);
util.c
679
if (flags &
RESP_CODE_SECOND_TOKEN
) {
netdissect.h
300
#define
RESP_CODE_SECOND_TOKEN
0x00000001 /* response code is second token in response line */
Completed in 60 milliseconds