Home
last modified time | relevance | path

Searched refs:stf (Results 1 – 14 of 14) sorted by relevance

/freebsd/tests/sys/net/
H A Dif_stf.sh60 stf=$(jexec client ifconfig stf create)
61 jexec client ifconfig $stf inet6 2002:c000:0202::1/32 up
118 stf=$(jexec client ifconfig stf create)
120 jexec client ifconfig $stf stfv4br 192.0.2.1
121 jexec client ifconfig $stf stfv4net 192.0.2.2/32
122 jexec client ifconfig $stf inet6 2001:db8:c000:0202::1/32 up
123 jexec client route -6 add default -interface $stf
154 stf_one=$(jexec one ifconfig stf create)
163 stf_two=$(jexec two ifconfig stf create)
/freebsd/tests/sys/cddl/zfs/include/
H A DMakefile16 ${PACKAGE}FILES+= stf.shlib
H A Dlogapi.kshlib32 . ${STF_SUITE}/include/stf.shlib
/freebsd/libexec/rc/rc.d/
H A DMakefile94 stf \
/freebsd/share/man/man4/
H A DMakefile562 stf.4 \
783 MLINKS+=stf.4 if_stf.4
/freebsd/contrib/sendmail/src/
H A Dqueue.c4023 struct stat st, stf; local
4097 if (stat(qf, &stf) < 0 ||
4108 if (st.st_nlink != stf.st_nlink ||
4109 st.st_dev != stf.st_dev ||
4110 ST_INODE(st) != ST_INODE(stf) ||
4112 st.st_gen != stf.st_gen ||
4114 st.st_uid != stf.st_uid ||
4115 st.st_gid != stf.st_gid ||
4116 st.st_size != stf.st_size)
/freebsd/sys/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib424 # $1 - stf exit code
/freebsd/sys/net/
H A Dif_stf.c165 static SYSCTL_NODE(_net_link, IFT_STF, stf, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
/freebsd/libexec/rc/
H A Dnetwork.subr376 stf[0-9]*|\
587 stf[0-9]*|\
/freebsd/sys/contrib/openzfs/
H A DAUTHORS596 stf <s@ctrlc.hu>
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION177 * "stf" interface implements it. Be sure to read
229 * "stf" interface implements some address filters. Refer to stf(4)
231 we do not include "stf" interface into GENERIC.v6 compilation.
/freebsd/sys/conf/
H A DNOTES952 # The `stf' device implements 6to4 encapsulation.
953 device stf
H A Dfiles4160 net/if_stf.c optional stf inet inet6
/freebsd/crypto/openssl/
H A DCHANGES.md11155 *Stefan <stf@udoma.org*