Searched refs:add_aquot (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libsip/common/ |
H A D | sip_add_hdrs.c | 416 char *tags, boolean_t add_aquot, char *header_name, char *params) in sip_add_name_aspec() argument 425 if (display_name != NULL && !add_aquot) in sip_add_name_aspec() 427 if (add_aquot) { in sip_add_name_aspec() 841 boolean_t add_aquot) in sip_add_reply_to() argument 843 return (sip_add_name_aspec(sip_msg, uname, addr, NULL, add_aquot, in sip_add_reply_to() 1513 boolean_t add_aquot, char *contact_params) in sip_add_contact() argument 1516 add_aquot, SIP_CONTACT, contact_params)); in sip_add_contact() 1531 char *fromtags, boolean_t add_aquot, char *from_params) in sip_add_from() argument 1534 add_aquot, SIP_FROM, from_params)); in sip_add_from() 1544 char *totags, boolean_t add_aquot, char *to_params) in sip_add_to() argument [all …]
|