Home
last modified time | relevance | path

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

/netbsd-src/sbin/ifconfig/
H A Dparse.h129 .pi_max = (__max), \
220 int64_t pi_max; member
H A Dparse.c206 if (val < pi->pi_min || val > pi->pi_max) { in pinteger_match()