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

/freebsd-9.3-release/sys/netinet/
H A Dtcpip.h57 #define ti_urp ti_t.th_urp
H A Dtcp.h77 u_short th_urp; /* urgent pointer */ member in struct:tcphdr
H A Dtcp_debug.c190 printf("@%x, urp=%x", ack, th->th_urp);
H A Dtcp_input.c459 th->th_urp = ntohs(th->th_urp);
470 th->th_urp = htons(th->th_urp);
1235 * The data pointed to by TH_URG and th_urp is ignored.
2187 if (th->th_urp > 1)
2188 th->th_urp--;
2220 if (th->th_urp > todrop)
2221 th->th_urp -= todrop;
2224 th->th_urp
[all...]
H A Dtcp_subr.c446 th->th_urp = 0;
622 nth->th_urp = 0;
H A Dtcp_output.c1065 th->th_urp = htons((u_short)(tp->snd_up - tp->snd_nxt));
H A Dtcp_syncache.c1438 th->th_urp = 0;
/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dtcpip.h84 #define ti_urp ti_t.th_urp
H A Diptests.c961 t->th_urp = 0;
1148 t->th_urp = htons(1);
1154 t->th_urp = htons(0x7fff);
1157 t->th_urp = htons(0x8000);
1160 t->th_urp = htons(0xffff);
1163 t->th_urp = 0;
/freebsd-9.3-release/contrib/tcpdump/
H A Dtcp.h51 u_int16_t th_urp; /* urgent pointer */ member in struct:tcphdr
H A Dprint-tcp.c248 urp = EXTRACT_16BITS(&tp->th_urp);
/freebsd-9.3-release/sys/net/
H A Dslcompress.c282 deltaS = ntohs(th->th_urp);
285 } else if (th->th_urp != oth->th_urp)
559 DECODEU(th->th_urp)
/freebsd-9.3-release/usr.sbin/ppp/
H A Dslcompress.c289 deltaS = ntohs(th->th_urp);
292 } else if (th->th_urp != oth->th_urp) {
528 DECODEU(th->th_urp)
/freebsd-9.3-release/contrib/ipfilter/ipsd/Celler/
H A Dip_compat.h149 __u16 th_urp; member in struct:__anon1598
/freebsd-9.3-release/contrib/ipfilter/ipsend/.OLD/
H A Dip_compat.h151 __u16 th_urp; member in struct:__anon1605
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dipft_tx.c275 tcp->th_urp = htons(1);
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_norm.c1665 if (!(flags & TH_URG) && th->th_urp) {
1666 th->th_sum = pf_proto_cksum_fixup(m, th->th_sum, th->th_urp,
1668 th->th_urp = 0;
/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c1063 th->th_urp = ntohs(th->th_urp);
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c623 tcp2->th_urp = 0;
H A Dfil.c1146 if ((flags & TH_URG) != 0 && (tcp->th_urp == 0)) {
1149 } else if ((flags & TH_URG) == 0 && (tcp->th_urp != 0)) {
/freebsd-9.3-release/contrib/ipfilter/iplang/
H A Diplang_y.y1090 tcp->th_urp = htons(strtol(*arg, NULL, 0));
/freebsd-9.3-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2328 tcp->th_urp = htons(0);

Completed in 357 milliseconds