Home
last modified time | relevance | path

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

/dragonfly/sys/net/ppp_layer/
H A Dslcompress.c278 deltaS = ntohs(th->th_urp); in sl_compress_tcp()
281 } else if (th->th_urp != oth->th_urp) in sl_compress_tcp()
549 DECODEU(th->th_urp) in sl_uncompress_tcp_core()
/dragonfly/usr.sbin/ppp/
H A Dslcompress.c273 deltaS = ntohs(th->th_urp); in sl_compress_tcp()
276 } else if (th->th_urp != oth->th_urp) { in sl_compress_tcp()
513 DECODEU(th->th_urp) in sl_uncompress_tcp()
/dragonfly/sys/netinet/
H A Dtcp_input.c803 th->th_urp = ntohs(th->th_urp); in tcp_input()
1815 if (th->th_urp > 1) in tcp_input()
1816 th->th_urp--; in tcp_input()
1848 if (th->th_urp > todrop) in tcp_input()
1849 th->th_urp -= todrop; in tcp_input()
1852 th->th_urp = 0; in tcp_input()
2345 if ((thflags & TH_URG) && th->th_urp && in tcp_input()
2354 th->th_urp = 0; /* XXX */ in tcp_input()
2373 tp->rcv_up = th->th_seq + th->th_urp; in tcp_input()
2387 if (th->th_urp <= (u_long)tlen && in tcp_input()
[all …]
H A Dtcpip.h75 #define ti_urp ti_t.th_urp
H A Dtcp.h79 u_short th_urp; /* urgent pointer */ member
H A Dtcp_debug.c179 kprintf("@%x, urp=%x", ack, th->th_urp); in tcp_trace()
H A Dtcp_subr.c516 tcp_hdr->th_urp = 0; in tcp_fillheaders()
673 nth->th_urp = 0; in tcp_respond()
H A Dtcp_output.c1041 th->th_urp = htons((u_short)(tp->snd_up - tp->snd_nxt)); in tcp_output()
H A Dtcp_syncache.c1250 th->th_urp = 0; in syncache_respond()
/dragonfly/contrib/tcpdump/
H A Dtcp.h49 nd_uint16_t th_urp; /* urgent pointer */ member
H A Dprint-tcp.c239 urp = GET_BE_U_2(tp->th_urp); in tcp_print()
/dragonfly/sys/net/pf/
H A Dpf_norm.c1383 if (!(flags & TH_URG) && th->th_urp) { in pf_normalize_tcp()
1384 th->th_sum = pf_cksum_fixup(th->th_sum, th->th_urp, 0, 0); in pf_normalize_tcp()
1385 th->th_urp = 0; in pf_normalize_tcp()