Searched refs:RESP_CODE_SECOND_TOKEN (Results 1 – 5 of 5) sorted by relevance
/external/tcpdump/ |
D | print-sip.c | 52 txtproto_print(ndo, pptr, len, "sip", sipcmds, RESP_CODE_SECOND_TOKEN); in sip_print()
|
D | print-rtsp.c | 49 txtproto_print(ndo, pptr, len, "rtsp", rtspcmds, RESP_CODE_SECOND_TOKEN); in rtsp_print()
|
D | print-http.c | 79 txtproto_print(ndo, pptr, len, "http", httpcmds, RESP_CODE_SECOND_TOKEN); in http_print()
|
D | util.c | 679 if (flags & RESP_CODE_SECOND_TOKEN) { in txtproto_print()
|
D | netdissect.h | 300 #define RESP_CODE_SECOND_TOKEN 0x00000001 /* response code is second token in response line */ macro
|