Searched refs:feature_present (Results 1 – 17 of 17) sorted by relevance
150 if (feature_present("inet") && !feature_present("inet6")) in main()152 else if (feature_present("inet6") && !feature_present("inet")) in main()
41 if (feature_present(_feature_name) == 0) { \79 if (feature_present(_feature_name) == 0) { \
45 feature_present(const char *feature) in feature_present() function
54 feature_present.c \231 feature_present.3 \
308 feature_present;
179 ipv4 = feature_present("inet"); in ctl_show()180 ipv6 = feature_present("inet6"); in ctl_show()
35 if (feature_present("security_capabilities") == 0) { in CheckCapsicumSupport()
150 ip6_ok = feature_present("inet6"); in main()153 ip4_ok = feature_present("inet"); in main()
514 int feature_present(const char *);
595 ip4ok = feature_present("inet"); in check_intparams()598 ip6ok = feature_present("inet6"); in check_intparams()
549 if (!feature_present("inet")) in inet_ctor()
789 if (!feature_present("inet6")) in inet6_ctor()
1124 if (afp == NULL && feature_present("inet")) in ifconfig_ioctl()
102 if (feature_present("cuse") == 0) in cuse_init()
187 We use the non-portable feature_present(3) API to determine which
461 int inet_supported = feature_present("inet"); in ssh_connect_direct()462 int inet6_supported = feature_present("inet6"); in ssh_connect_direct()
1647 if (sdom == AF_UNSPEC && feature_present("inet6")) in get_socket_domain()1651 if (sdom == AF_UNSPEC && feature_present("inet")) in get_socket_domain()