Searched refs:sip_req_method (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_itf.c288 sip_msg_info->sip_req_method != ACK)) {
313 sip_msg_info->sip_req_method == NOTIFY)) {
328 sip_req_method == INVITE) {
340 SIP_UPDATE_COUNTERS(B_TRUE, sip_msg_info->sip_req_method, 0,
518 sip_msg_info->sip_req_method == INVITE) {
537 sip_msg_info->sip_req_method == NOTIFY) {
557 SIP_UPDATE_COUNTERS(B_TRUE, sip_msg_info->sip_req_method, 0,
H A Dsip_xaction_state_mc.c225 if (sip_msg_info->sip_req_method == INVITE) {
640 if (sip_msg_info->sip_req_method == ACK) {
733 } else if (sip_msg_info->sip_req_method == CANCEL) {
740 if (sip_msg_info->sip_req_method == INVITE) {
852 SIP_UPDATE_COUNTERS(B_TRUE, sip_msg_info->sip_req_method, 0, B_FALSE,
1426 method = msg_info->sip_req_method;
H A Dsip_msg.h502 #define sip_req_method U.sip_request.sip_request_method macro
H A Dsip_xaction.c381 method = sip_msg_info->sip_req_method;
H A Dsip_parse_generic.c1273 sip_msg_info->sip_req_method = i;
H A Dsip_parse_hdrs.c1654 sip_req_method == REGISTER) {
H A Dsip_ui.c511 ret = sip_msg_info->sip_req_method;

Completed in 58 milliseconds