Home
last modified time | relevance | path

Searched refs:RESP_CODE_SECOND_TOKEN (Results 1 – 5 of 5) sorted by relevance

/external/tcpdump/
Dprint-rtsp.c46 txtproto_print(ndo, pptr, len, "rtsp", rtspcmds, RESP_CODE_SECOND_TOKEN); in rtsp_print()
Dprint-http.c76 txtproto_print(ndo, pptr, len, "http", httpcmds, RESP_CODE_SECOND_TOKEN); in http_print()
Dprint-sip.c53 txtproto_print(ndo, pptr, len, "sip", sipcmds, RESP_CODE_SECOND_TOKEN); in sip_print()
Dutil-print.c854 if (flags & RESP_CODE_SECOND_TOKEN) { in txtproto_print()
Dnetdissect.h337 #define RESP_CODE_SECOND_TOKEN 0x00000001 /* response code is second token in response line */ macro