Home
last modified time | relevance | path

Searched refs:c_ttl (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libcommputil/common/
H A Dsdp.h110 uint8_t c_ttl; member
H A Dsdp.c103 c_ttl, (m_conn)->c_addrcount, COMMP_CRLF); \
107 (m_conn)->c_address, (m_conn)->c_ttl, \
173 (s_conn)->c_ttl, (s_conn)->c_addrcount) != 0) { \
187 len += snprintf(buf, 1, "%u", (m_conn)->c_ttl) + 1; \
424 new_conn->c_ttl = ttl; in sdp_add_connection()
H A Dsdp_parse.c489 &new_conn->c_ttl) != 0) { in sdp_parse_connection()