Searched refs:COMMP_CRLF (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libcommputil/common/ |
H A D | sdp.c | 49 a_value, COMMP_CRLF); \ 52 a_name, COMMP_CRLF); \ 65 k_enckey, COMMP_CRLF); \ 68 k_method, COMMP_CRLF); \ 78 b_type, COMMP_COLON, (m_bw)->b_value, COMMP_CRLF); \ 87 wrote = snprintf(buf, len, "i=%s%s", (m_info), COMMP_CRLF); \ 101 c_ttl, (m_conn)->c_addrcount, COMMP_CRLF); \ 106 COMMP_CRLF); \ 110 (m_conn)->c_address, COMMP_CRLF); \ 117 (m_conn)->c_address, COMMP_CRLF); \ [all …]
|
H A D | commp_util.h | 36 #define COMMP_CRLF "\r\n" macro
|
H A D | sdp_parse.c | 1213 if (strncmp(COMMP_CRLF, current, strlen(COMMP_CRLF)) == 0) { in sdp_parse()
|