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

/freebsd-10.1-release/etc/
H A Dnetwork.subr914 local _ipaddr _plen _ipleft _ipright _iplow _iphigh _ipcount
960 _ipleft=${_ipaddr%-*}
962 _iplow=${_ipleft##*:}
964 _ipleft=${_ipleft%:*}
979 $_ipleft $_ipcount $_ipright \
984 warn "Range specification is too large $(printf '(%s:%x%s-%s:%x%s)' "$_ipleft" "$_iplow" "$_ipright" "$_ipleft" "$_iphigh" "$_ipright"). $(printf '%s:%x%s-%s:%x%s' "$_ipleft" "$_iplow" "$_ipright" "$_ipleft" "
[all...]

Completed in 104 milliseconds