Home
last modified time | relevance | path

Searched refs:is_dend (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dprintstate.c58 sp->is_send, sp->is_dend, in printstate()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.h90 #define is_dend is_tcp.ts_data[1].td_end macro
H A Dip_sync.c761 is->is_dend = su.stu_data[1].td_end; in ipf_sync_state()
1154 st->stu_data[1].td_end = ips->is_dend; in ipf_sync_update()
H A Dip_state.c1583 is->is_dend = ntohl(tcp->th_ack); in ipf_state_add()
2320 clone->is_dend = send; in ipf_state_clone()
2330 clone->is_dend = 0; in ipf_state_clone()
2556 is->is_dend = ntohl(tcp->th_ack); in ipf_matchsrcdst()
2559 is->is_dend = ntohl(tcp->th_seq); in ipf_matchsrcdst()
2561 is->is_maxdend = is->is_dend + 1; in ipf_matchsrcdst()