th_urp           1312 net/pf_norm.c  	if (!(flags & TH_URG) && th->th_urp) {
th_urp           1313 net/pf_norm.c  		th->th_sum = pf_cksum_fixup(th->th_sum, th->th_urp, 0, 0);
th_urp           1314 net/pf_norm.c  		th->th_urp = 0;
th_urp            297 net/slcompress.c 		deltaS = ntohs(th->th_urp);
th_urp            300 net/slcompress.c 	} else if (th->th_urp != oth->th_urp)
th_urp            574 net/slcompress.c 			DECODEU(th->th_urp)
th_urp             68 netinet/tcp.h  	u_int16_t th_urp;			/* urgent pointer */
th_urp             70 netinet/tcp.h  #define th_reseqlen th_urp			/* TCP data length for
th_urp            191 netinet/tcp_debug.c 		printf("@%x, urp=%x", ack, th->th_urp);
th_urp            590 netinet/tcp_input.c 	NTOHS(th->th_urp);
th_urp           1335 netinet/tcp_input.c 			if (th->th_urp > 1)
th_urp           1336 netinet/tcp_input.c 				th->th_urp--;
th_urp           1363 netinet/tcp_input.c 		if (th->th_urp > todrop)
th_urp           1364 netinet/tcp_input.c 			th->th_urp -= todrop;
th_urp           1367 netinet/tcp_input.c 			th->th_urp = 0;
th_urp           1971 netinet/tcp_input.c 	if ((tiflags & TH_URG) && th->th_urp &&
th_urp           1979 netinet/tcp_input.c 		if (th->th_urp + so->so_rcv.sb_cc > sb_max) {
th_urp           1980 netinet/tcp_input.c 			th->th_urp = 0;			/* XXX */
th_urp           1998 netinet/tcp_input.c 		if (SEQ_GT(th->th_seq+th->th_urp, tp->rcv_up)) {
th_urp           1999 netinet/tcp_input.c 			tp->rcv_up = th->th_seq + th->th_urp;
th_urp           2013 netinet/tcp_input.c 		if (th->th_urp <= (u_int16_t) tlen
th_urp           2018 netinet/tcp_input.c 		        tcp_pulloutofband(so, th->th_urp, m, hdroptlen);
th_urp            883 netinet/tcp_output.c 		th->th_urp = htons((u_int16_t)urp);
th_urp            299 netinet/tcp_subr.c 	th->th_urp = 0;
th_urp            425 netinet/tcp_subr.c 	th->th_urp = 0;
th_urp           1175 netinet/tcp_subr.c 		HTONS(th0.th_urp);
th_urp             59 netinet/tcpip.h #define	ti_urp		ti_t.th_urp
th_urp             66 netinet6/tcpipv6.h #define	ti6_urp		ti6_t.th_urp