Home
last modified time | relevance | path

Searched defs:lmax (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/sys/
H A Dlibkern.h93 static __inline long lmax(long a, long b) { return (a > b ? a : b); } in lmax() function
/f-stack/freebsd/netpfil/ipfw/test/
H A Dmain.c35 int lmin, lmax; /* packet len */ member
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_qfq.c220 uint32_t lmax; /* Max packet size for this flow. */ member
H A Dip_dn_glue.c507 int lmax; in dn_compat_configure() local
/f-stack/tools/ipfw/
H A Ddummynet.c1287 int lmax; in ipfw_config_pipe() local