Searched refs:_plen (Results 1 – 2 of 2) sorted by relevance
/freebsd/libexec/rc/ |
H A D | network.subr | 812 local _ipaddr _plen _range _iphead _iptail _iplow _iphigh _ipcount 843 _plen=${_cidr##*/} 845 case $_plen in 846 $_ipaddr) _plen=32 ;; # "/" character not found 873 _plen="" 878 _retstr="${_retstr} ${_iphead}${_iphead:+.}${_ipcount}${_iptail:+.}${_iptail}${_plen:+/}${_plen}" 886 _plen=32 901 local _ipaddr _plen _ipleft _ipright _iplow _iphigh _ipcount 933 _plen="${_cidr##*/}" 936 -alias:*:*) unset _plen ;; [all …]
|
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1389 #define ath_hal_setuptxdesc(_ah, _ds, _plen, _hlen, _atype, _txpow, \ argument 1392 ((*(_ah)->ah_setupTxDesc)((_ah), (_ds), (_plen), (_hlen), (_atype), \
|