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