Searched refs:th_urp (Results 1 – 9 of 9) sorted by relevance
59 #define ti_urp ti_t.th_urp78 #define ti6_urp ti6_t.th_urp
72 u_int16_t th_urp; /* urgent pointer */ member74 #define th_reseqlen th_urp /* TCP data length for
277 th->th_urp = 0; in tcp_template()371 th->th_urp = 0; in tcp_respond()1066 th0.th_urp = htons(th0.th_urp); in tcp_signature()
527 th->th_urp = ntohs(th->th_urp); in tcp_input() 1312 if (th->th_urp > 1) in tcp_input() 1313 th->th_urp--; in tcp_input() 1340 if (th->th_urp > todrop) in tcp_input() 1341 th->th_urp -= todrop; in tcp_input() 1344 th->th_urp = 0; in tcp_input() 1890 if ((tiflags & TH_URG) && th->th_urp && in tcp_input() 1901 urgent = th->th_urp + so->so_rcv.sb_cc; in tcp_input() 1905 th->th_urp in tcp_input() [all...]
220 printf("@%x, urp=%x", ack, th->th_urp); in tcp_trace()
878 th->th_urp = htons((u_int16_t)urp); in tcp_output()
286 deltaS = ntohs(th->th_urp); in sl_compress_tcp()289 } else if (th->th_urp != oth->th_urp) in sl_compress_tcp()554 DECODEU(th->th_urp) in sl_uncompress_tcp_core()
1179 if (!(flags & TH_URG) && th->th_urp) { in pf_normalize_tcp()1180 pf_patch_16(pd, &th->th_urp, 0); in pf_normalize_tcp()
261 urp = ntohs(tp->th_urp); in tcp_print()