Searched refs:SIP_TIMESTAMP (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libsip/common/ |
H A D | sip_add_hdrs.c | 966 ret = sip_add_str_to_msg(sip_msg, SIP_TIMESTAMP, time, NULL, in sip_add_tstamp() 969 ret = sip_add_2strs_to_msg(sip_msg, SIP_TIMESTAMP, time, in sip_add_tstamp()
|
H A D | sip.h | 87 #define SIP_TIMESTAMP "TIMESTAMP" macro
|
H A D | sip_hdrs_ui.c | 1461 t = sip_get_val_from_msg(sip_msg, SIP_TIMESTAMP, SIP_STRS_VAL, B_FALSE, in sip_get_tstamp_delay() 1474 t = sip_get_val_from_msg(sip_msg, SIP_TIMESTAMP, SIP_STRS_VAL, B_TRUE, in sip_get_tstamp_value()
|