Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libcommputil/common/
H A Dsdp.h130 uint64_t t_stop; member
H A Dsdp.c505 new_time->t_stop = stoptime; in sdp_add_time()
770 len += snprintf(buf, 1, "%llu", time->t_stop) + 1; in sdp_get_length()
887 if (sdp_add_time(new_sess, time->t_start, time->t_stop, in sdp_clone_session()
1039 time->t_stop, COMMP_CRLF); in sdp_session_to_str()
H A Dsdp_parse.c367 if (commp_strtoull(begin, current, &new_time->t_stop) != 0) in sdp_parse_time()