Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/tests/sys/cddl/zfs/include/
H A DMakefile17 ${PACKAGE}FILES+= stf.shlib
H A Dstf.shlib27 # ident "@(#)stf.shlib 1.2 07/04/12 SMI"
H A Dlogapi.kshlib35 . ${STF_SUITE}/include/stf.shlib
/freebsd-14.2/libexec/rc/rc.d/
H A DMakefile98 stf \
/freebsd-14.2/share/man/man4/
H A DMakefile542 stf.4 \
760 MLINKS+=stf.4 if_stf.4
/freebsd-14.2/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-14.2/sys/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib424 # $1 - stf exit code
/freebsd-14.2/share/examples/IPv6/
H A DUSAGE376 "stf" interface enables you to perform 6to4 IPv6-over-IPv4 encapsulation,
377 as documented in draft-ietf-ngtrans-6to4-06.txt. See stf(4) for details.
/freebsd-14.2/sys/net/
H A Dif_stf.c165 static SYSCTL_NODE(_net_link, IFT_STF, stf, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
/freebsd-14.2/libexec/rc/
H A Dnetwork.subr376 stf[0-9]*|\
587 stf[0-9]*|\
/freebsd-14.2/sys/contrib/openzfs/
H A DAUTHORS591 stf <[email protected]>
/freebsd-14.2/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-14.2/sys/conf/
H A DNOTES951 # The `stf' device implements 6to4 encapsulation.
952 device stf
H A Dfiles4142 net/if_stf.c optional stf inet inet6
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md11155 *Stefan <stf@udoma.org*