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

/freebsd-10.1-release/etc/rc.d/
H A Drouting26 local _cmd _af _if _a _ret
28 _af=$2
36 case $_af in
44 if afexists $_af; then
45 setroutes $_cmd $_af $_if || _ret=1
47 err 1 "Unsupported address family: $_af."
57 local _af _if _a
58 _af=$1
65 case $_af in
77 if afexists $_af; the
[all...]
H A Dnetoptions29 local _af
31 for _af in inet inet6; do
32 afexists ${_af} && eval netoptions_${_af}
/freebsd-10.1-release/etc/
H A Dnetwork.subr305 local _ifn _af
307 _af=${2+_$2}
313 get_if_var $_ifn ifconfig_IF$_af "$ifconfig_DEFAULT"
490 local _af
491 _af=$1
493 case ${_af} in
495 check_kern_features ${_af}
511 err 1 "afexists(): Unsupported address family: $_af"
809 local _af _action
811 _af
[all...]
/freebsd-10.1-release/usr.sbin/lpr/lpd/
H A Dlpd.c115 static int *socksetup(int _af, int _debuglvl);

Completed in 124 milliseconds