Searched refs:ack_rev (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.h446 u_int32_t ack_rev; /* and reverse directions (used */ member in struct:_ipfw_dyn_rule
467 u_int32_t ack_rev; /* and reverse directions (used */ member in struct:_ipfw_dyn_rule
579 u_int32_t ack_rev; /* and reverse directions (used */ member in struct:_ipfw_dyn_rule_32
602 u_int32_t ack_rev; /* and reverse directions (used */ member in struct:_ipfw_dyn_rule_64
H A Dip_fw2.c1463 if (q->ack_rev == 0 || _SEQ_GE(ack, q->ack_rev))
1464 q->ack_rev = ack;
3528 ipfw_dyn_dst->ack_rev = p->ack_rev;
3554 ipfw_dyn_dst->ack_rev = p->ack_rev;
3921 *mtailp = send_pkt(&(q->id), q->ack_rev - 1, q->ack_fwd, TH_SYN);
3925 *mtailp = send_pkt(&(q->id), q->ack_fwd - 1, q->ack_rev, 0);

Completed in 88 milliseconds