Home
last modified time | relevance | path

Searched refs:ipfr_firstend (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_frag.c442 frag.ipfr_firstend = end >> 3;
444 frag.ipfr_firstend = 0;
496 fra->ipfr_firstend = frag.ipfr_firstend;
728 if ((f->ipfr_firstend != 0) &&
729 (off < f->ipfr_firstend)) {
H A Dip_frag.h29 u_short ipfr_firstend; member