Searched defs:sip_response (Results 1 – 2 of 2) sorted by relevance
308 typedef struct sip_response { struct309 int sip_response_code; argument310 sip_str_t sip_response_phrase; argument319 sip_response_t sip_response; member
543 sip_add_response_line(sip_msg_t sip_response, int response, char *response_code) in sip_add_response_line()