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

/freebsd-10.1-release/etc/
H A Dnetwork.subr825 local _ipaddr _plen _range _iphead _iptail _iplow _iphigh _ipcount
882 _iphigh=${_range#*-}
890 while [ "$_ipcount" -le "$_iphigh" ]; do
893 warn "Range specification is too large (${_iphead}${_iphead:+.}${_iplow}${_iptail:+.}${_iptail}-${_iphead}${_iphead:+.}${_iphigh}${_iptail:+.}${_iptail}). ${_iphead}${_iphead:+.}${_iplow}${_iptail:+.}${_iptail}-${_iphead}${_iphead:+.}${_ipcount}${_iptail:+.}${_iptail} was processed. Increase \$netif_ipexpand_max in rc.conf."
914 local _ipaddr _plen _ipleft _ipright _iplow _iphigh _ipcount
963 _iphigh=${_ipright%%:*}
967 if [ "$_iphigh" = "$_ipright" ]; then
973 if [ -n "$_iplow" -a -n "$_iphigh" ]; then
975 _iphigh=$((0x$_iphigh))
[all...]

Completed in 87 milliseconds