Home
last modified time | relevance | path

Searched refs:feature_present (Results 1 – 17 of 17) sorted by relevance

/src/sbin/ping/
H A Dmain.c150 if (feature_present("inet") && !feature_present("inet6")) in main()
152 else if (feature_present("inet6") && !feature_present("inet")) in main()
/src/tests/freebsd_test_suite/
H A Dmacros.h41 if (feature_present(_feature_name) == 0) { \
79 if (feature_present(_feature_name) == 0) { \
/src/lib/libc/gen/
H A Dfeature_present.c45 feature_present(const char *feature) in feature_present() function
H A DMakefile.inc54 feature_present.c \
231 feature_present.3 \
H A DSymbol.map308 feature_present;
/src/usr.sbin/flowctl/
H A Dflowctl.c179 ipv4 = feature_present("inet"); in ctl_show()
180 ipv6 = feature_present("inet6"); in ctl_show()
/src/tests/sys/capsicum/
H A Dcapsicum-test-main.cc35 if (feature_present("security_capabilities") == 0) { in CheckCapsicumSupport()
/src/usr.sbin/jls/
H A Djls.c150 ip6_ok = feature_present("inet6"); in main()
153 ip4_ok = feature_present("inet"); in main()
/src/include/
H A Dunistd.h514 int feature_present(const char *);
/src/usr.sbin/jail/
H A Dconfig.c595 ip4ok = feature_present("inet"); in check_intparams()
598 ip6ok = feature_present("inet6"); in check_intparams()
/src/sbin/ifconfig/
H A Daf_inet.c549 if (!feature_present("inet")) in inet_ctor()
H A Daf_inet6.c789 if (!feature_present("inet6")) in inet6_ctor()
H A Difconfig.c1124 if (afp == NULL && feature_present("inet")) in ifconfig_ioctl()
/src/lib/libcuse/
H A Dcuse_lib.c102 if (feature_present("cuse") == 0) in cuse_init()
/src/crypto/openssh/
H A DFREEBSD-upgrade187 We use the non-portable feature_present(3) API to determine which
H A Dsshconnect.c461 int inet_supported = feature_present("inet"); in ssh_connect_direct()
462 int inet6_supported = feature_present("inet6"); in ssh_connect_direct()
/src/sbin/pfctl/
H A Dpfctl_parser.c1647 if (sdom == AF_UNSPEC && feature_present("inet6")) in get_socket_domain()
1651 if (sdom == AF_UNSPEC && feature_present("inet")) in get_socket_domain()