Searched refs:th_urp (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcpip.h99 #define ti_urp ti_t.th_urp
H A Dtcp.h107 unsigned short th_urp; /* urgent pointer */ member in struct:tcphdr
H A Dtcp_debug.c224 printf("@%x, urp=%x", ack, th->th_urp);
H A Dtcp_input.c779 NTOHS(th->th_urp);
2121 if (th->th_urp > 1)
2122 th->th_urp--;
2155 if (th->th_urp > todrop)
2156 th->th_urp -= todrop;
2159 th->th_urp = 0;
2793 if ((thflags & TH_URG) && th->th_urp &&
2801 if (th->th_urp + so->so_rcv.sb_cc > sb_max) {
2802 th->th_urp = 0; /* XXX */
2820 if (SEQ_GT(th->th_seq+th->th_urp, t
[all...]
H A Dip_compat.h548 __u16 th_urp;
H A Dtcp_subr.c432 tcp_hdr->th_urp = 0;
621 nth->th_urp = 0;
H A Dtcp_output.c1295 th->th_urp = htons((u_short)(tp->snd_up - tp->snd_nxt));

Completed in 31 milliseconds