Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c6246 int maxv; in process_filter() local
6336 maxv = IP_ABITS; in process_filter()
6338 maxv = IPV6_ABITS; in process_filter()
6340 if (val < 0 || val >= maxv) in process_filter()
6342 val, maxv - 1); in process_filter()
6343 if (maxv == IP_ABITS) in process_filter()