Lines Matching refs:dpts
132 tcpinfo->spts[1] = tcpinfo->dpts[1] = 0xFFFF; in tcp_init()
161 parse_tcp_ports(optarg, tcpinfo->dpts); in tcp_parse()
301 print_ports("dpt", tcp->dpts[0], tcp->dpts[1], in tcp_print()
333 if (tcpinfo->dpts[0] != 0 in tcp_save()
334 || tcpinfo->dpts[1] != 0xFFFF) { in tcp_save()
337 if (tcpinfo->dpts[0] in tcp_save()
338 != tcpinfo->dpts[1]) in tcp_save()
340 tcpinfo->dpts[0], in tcp_save()
341 tcpinfo->dpts[1]); in tcp_save()
344 tcpinfo->dpts[0]); in tcp_save()
418 if (tcpinfo->dpts[0] != 0 || tcpinfo->dpts[1] != 0xffff) { in tcp_xlate()
419 if (tcpinfo->dpts[0] != tcpinfo->dpts[1]) { in tcp_xlate()
423 tcpinfo->dpts[0], tcpinfo->dpts[1]); in tcp_xlate()
428 tcpinfo->dpts[0]); in tcp_xlate()