Here you go:

(gdb) frame 0
#0  via_builder (len=len@entry=0x7ffed7e3ecb8, msg=msg@entry=0x7ff9529548b0, send_info=send_info@entry=0x7ff764d20bb0, branch=branch@entry=0x7ffed7e3ecc0, extra_params=0x0, 
    hp=hp@entry=0x7ffed7e3ebb0) at core/msg_translator.c:2910
2910	in core/msg_translator.c
(gdb) p send_info
$1 = (struct dest_info *) 0x7ff764d20bb0
(gdb) p * send_info
$2 = {send_sock = 0x7ff9528f0e10, to = {s = {sa_family = 2, sa_data = "\023\331\n4\001\r\000\000\000\000\000\000\000"}, sin = {sin_family = 2, sin_port = 55571, sin_addr = {
        s_addr = 218182666}, sin_zero = "\000\000\000\000\000\000\000"}, sin6 = {sin6_family = 2, sin6_port = 55571, sin6_flowinfo = 218182666, sin6_addr = {__in6_u = {
          __u6_addr8 = '\000' <repeats 15 times>, __u6_addr16 = {0, 0, 0, 0, 0, 0, 0, 0}, __u6_addr32 = {0, 0, 0, 0}}}, sin6_scope_id = 0}, sas = {ss_family = 2, 
      __ss_padding = "\023\331\n4\001\r", '\000' <repeats 111 times>, __ss_align = 0}}, id = 0, send_flags = {f = 4, blst_imask = 0}, proto = 1 '\001', proto_pad0 = 0 '\000', 
  proto_pad1 = 0}
(gdb) list
2905	in core/msg_translator.c


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/4102/2593412850@github.com>