OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:th_urp
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/netinet/
tcp.h
74
uint16_t
th_urp
; /* urgent pointer */
member in struct:tcphdr
tcp_debug.c
186
printf("@%x, urp=%x", ack, th->
th_urp
);
tcp_input.c
330
NTOHS(th->
th_urp
);
343
HTONS(th->
th_urp
);
349
if (th->
th_urp
> todrop) {
350
th->
th_urp
-= todrop;
353
th->
th_urp
= 0;
2684
if ((tiflags & TH_URG) && th->
th_urp
&&
2692
if (th->
th_urp
+ so->so_rcv.sb_cc > sb_max) {
2693
th->
th_urp
= 0; /* XXX */
2712
if (SEQ_GT(th->th_seq+th->
th_urp
, tp->rcv_up)) {
2713
tp->rcv_up = th->th_seq + th->
th_urp
;
[
all
...]
tcp_var.h
189
#define ti_urp ti_t.
th_urp
tcp_subr.c
586
n->
th_urp
= 0;
786
th->
th_urp
= 0;
tcp_output.c
1390
th->
th_urp
= htons((u_int16_t)urp);
/src/sys/net/
slcompress.c
294
deltaS = ntohs(th->
th_urp
);
297
} else if (th->
th_urp
!= oth->
th_urp
)
571
DECODEU(th->
th_urp
)
/src/sys/dist/pf/net/
pf_norm.c
1366
if (!(flags & TH_URG) && th->
th_urp
) {
1367
th->th_sum = pf_cksum_fixup(th->th_sum, th->
th_urp
, 0, 0);
1368
th->
th_urp
= 0;
/src/sys/kern/
uipc_mbufdebug.c
853
(*pr)("TCP: Urgent Pointer = %u\n", ntohs(tcp.
th_urp
));
/src/sys/external/bsd/ipf/netinet/
fil.c
1376
if ((flags & TH_URG) != 0 && (tcp->
th_urp
== 0)) {
1378
DT3(ipf_fi_bad_th_urg, fr_info_t*, fin, u_int, (flags & TH_URG), u_int, tcp->
th_urp
);
1380
} else if ((flags & TH_URG) == 0 && (tcp->
th_urp
!= 0)) {
1386
DT3(ipf_fi_bad_th_urg0, fr_info_t *, fin, u_int, (flags & TH_URG), u_int, tcp->
th_urp
);
ip_fil_netbsd.c
805
tcp2->
th_urp
= 0;
Completed in 30 milliseconds
Indexes created Thu Nov 06 21:09:53 GMT 2025