Home
last modified time | relevance | path

Searched refs:SKIP_CRLF (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_itf.c167 SKIP_CRLF(msg); in sip_setup_header_pointers()
178 SKIP_CRLF(msg); in sip_setup_header_pointers()
H A Dsip.h45 #define SKIP_CRLF(msg_ptr) (msg_ptr = msg_ptr + 2) macro