Home
last modified time | relevance | path

Searched refs:th_urp (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/netinet/
H A Dtcp_debug.h59 #define ti_urp ti_t.th_urp
78 #define ti6_urp ti6_t.th_urp
H A Dtcp.h72 u_int16_t th_urp; /* urgent pointer */ member
74 #define th_reseqlen th_urp /* TCP data length for
H A Dtcp_subr.c277 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()
H A Dtcp_input.c527 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...]
H A Dtcp_debug.c220 printf("@%x, urp=%x", ack, th->th_urp); in tcp_trace()
H A Dtcp_output.c878 th->th_urp = htons((u_int16_t)urp); in tcp_output()
/openbsd/sys/net/
H A Dslcompress.c286 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()
H A Dpf_norm.c1179 if (!(flags & TH_URG) && th->th_urp) { in pf_normalize_tcp()
1180 pf_patch_16(pd, &th->th_urp, 0); in pf_normalize_tcp()
/openbsd/usr.sbin/tcpdump/
H A Dprint-tcp.c261 urp = ntohs(tp->th_urp); in tcp_print()