Lines Matching refs:dpts
32 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, dpts)},
34 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, dpts)},
43 udpinfo->spts[1] = udpinfo->dpts[1] = 0xFFFF; in udp_init()
114 print_ports("dpt", udp->dpts[0], udp->dpts[1], in udp_print()
140 if (udpinfo->dpts[0] != 0 in udp_save()
141 || udpinfo->dpts[1] != 0xFFFF) { in udp_save()
144 if (udpinfo->dpts[0] in udp_save()
145 != udpinfo->dpts[1]) in udp_save()
147 udpinfo->dpts[0], in udp_save()
148 udpinfo->dpts[1]); in udp_save()
151 udpinfo->dpts[0]); in udp_save()
176 if (udpinfo->dpts[0] != 0 || udpinfo->dpts[1] != 0xFFFF) { in udp_xlate()
177 if (udpinfo->dpts[0] != udpinfo->dpts[1]) { in udp_xlate()
181 udpinfo->dpts[0], udpinfo->dpts[1]); in udp_xlate()
186 udpinfo->dpts[0]); in udp_xlate()