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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c122 u_int16_t fr_max; /* fragment data max */ member in struct:pf_fragment
511 u_int16_t fr_max = ip_len + off; local
530 (*frag)->fr_max = 0;
603 if ((*frag)->fr_max < fr_max)
604 (*frag)->fr_max = fr_max;
624 if (off < (*frag)->fr_max &&
628 (*frag)->fr_max));
632 DPFPRINTF(("%d < %d?\n", off, (*frag)->fr_max));
704 u_int16_t fr_max = ip_len + off; local
1006 int plen, off, fr_max; local
1206 u_int16_t plen, off, fr_max; local
1537 u_int16_t fr_max; local
1814 u_int16_t fr_max; local
[all...]

Completed in 19 milliseconds