Displaying 3 results from an estimated 3 matches for "to_flags".
Did you mean:
ti_flags
2006 Apr 24
2
Checkboxes - Saving a Checked record to another table
I am displaying a bunch of records from a table called "assets". Next
to each record i have a checkbox. When this box is checked i want to be
able to save the id of the record into another table called
"flagged_assets". All I need is the ID, nothing else. Im struggling
with the logic to save to another table. I know how to do it if the
asset_id is already in the
2005 May 20
1
Possible PAWS security vulnerability
...list (Braden 1993/04/26).
+ * NOTE2 additional check added as a result of PAWS vulnerability
+ * documented in Cisco security notice cisco-sn-20050518-tcpts
+ * from OpenBSD patch for OpenBSD 3.6 015_tcp.patch
*/
if ((to.to_flags & TOF_TS) != 0 &&
SEQ_LEQ(th->th_seq, tp->last_ack_sent)) {
+ if (SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen
+
+ ((thflags & (TH_SYN|TH_FIN)) != 0)))
+ tp->ts_rec...
2006 Apr 11
2
FreeBSD 6.0 panics - sbdrop
...len = 69
tlen = 0
off = 32
drop_hdrlen = 52
tp = (struct tcpcb *) 0xc20538fc
thflags = 16
so = (struct socket *) 0xc20ac9bc
todrop = 69
acked = 69
ourfinisacked = 0
needoutput = 0
tiwin = 5840
to = {to_flags = 1, to_tsval = 973977367, to_tsecr = 80518898,
to_mss = 0, to_requested_s_scale = 0 '\0', to_nsacks = 0 '\0',
to_sacks = 0x0}
headlocked = 0
rstreason = 69
ip6 = (struct ip6_hdr *) 0x0
isipv6 = 0
#6 0xc0740147 in ip_input (m=0xc1c09100)
at...