| 1557 | } |
| 1558 | |
| 1559 | static int w_is_myself(struct sip_msg *msg, str *host, int *port) |
| 1560 | { |
| 1561 | if (check_self(host, port ? *port : 0, 0)) |
| 1562 | return 1; |
| 1563 | else |
| 1564 | return -1; |
| 1565 | } |
| 1566 | |
| 1567 | static int w_print_avps(struct sip_msg* msg, char* foo, char *bar) |
| 1568 | { |
nothing calls this directly
no test coverage detected