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

/freebsd-11-stable/etc/rc.d/
H A Drouting27 local _cmd _af _if _a _ret
29 _af=$2
37 case $_af in
45 if afexists $_af; then
46 setroutes $_cmd $_af $_if || _ret=1
48 err 1 "Unsupported address family: $_af."
58 local _af _if _a
59 _af=$1
66 case $_af in
78 if afexists $_af; the
[all...]
H A Dnetoptions30 local _af
32 for _af in inet inet6; do
33 afexists ${_af} && eval netoptions_${_af}
/freebsd-11-stable/sys/netipsec/
H A Dipsec.h251 #define IPSEC_INIT_CTX(_ctx, _mp, _inp, _sav, _af, _enc) do { \
255 (_ctx)->af = (_af); \
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dlpd.c115 static int *socksetup(int _af, int _debuglvl);

Completed in 134 milliseconds