Lines Matching refs:spts
28 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, spts)},
30 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, spts)},
43 udpinfo->spts[1] = udpinfo->dpts[1] = 0xFFFF; in udp_init()
111 print_ports("spt", udp->spts[0], udp->spts[1], in udp_print()
126 if (udpinfo->spts[0] != 0 in udp_save()
127 || udpinfo->spts[1] != 0xFFFF) { in udp_save()
130 if (udpinfo->spts[0] in udp_save()
131 != udpinfo->spts[1]) in udp_save()
133 udpinfo->spts[0], in udp_save()
134 udpinfo->spts[1]); in udp_save()
137 udpinfo->spts[0]); in udp_save()
161 if (udpinfo->spts[0] != 0 || udpinfo->spts[1] != 0xFFFF) { in udp_xlate()
162 if (udpinfo->spts[0] != udpinfo->spts[1]) { in udp_xlate()
166 udpinfo->spts[0], udpinfo->spts[1]); in udp_xlate()
171 udpinfo->spts[0]); in udp_xlate()