Searched refs:IPV6_FAITH (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/usr.sbin/faithd/
H A Dfaithd.c285 #ifdef IPV6_FAITH
287 error = setsockopt(s_wld, IPPROTO_IPV6, IPV6_FAITH, &on,
290 exit_failure("setsockopt(IPV6_FAITH): %s",
H A Dftp.c506 #ifdef IPV6_FAITH
509 error = setsockopt(wport6, IPPROTO_IPV6, IPV6_FAITH,
512 exit_failure("setsockopt(IPV6_FAITH): %s", strerror(errno));
/netbsd-current/sys/netinet6/
H A Din6.h409 #define IPV6_FAITH 29 /* bool; accept FAITH'ed connections */ macro
H A Dip6_output.c1377 case IPV6_FAITH:
1505 case IPV6_FAITH:
1770 case IPV6_FAITH:
1809 case IPV6_FAITH:
/netbsd-current/usr.sbin/inetd/
H A Dinetd.c769 if (setsockopt(sep->se_fd, IPPROTO_IPV6, IPV6_FAITH,
771 syslog(LOG_ERR, "setsockopt (IPV6_FAITH): %m");

Completed in 236 milliseconds