Home
last modified time | relevance | path

Searched refs:IPV6_TCLASS (Results 1 – 22 of 22) sorted by relevance

/openbsd/regress/sys/kern/pledge/sockopt/
H A DMakefile29 inet AF_INET6 SOCK_DGRAM IPPROTO_UDP get IPPROTO_IPV6 IPV6_TCLASS 0 0 0 \
/openbsd/usr.sbin/ldpd/
H A Dsocket.c309 if (setsockopt(fd, IPPROTO_IPV6, IPV6_TCLASS, &dscp, in sock_set_ipv6_dscp()
/openbsd/sys/netinet6/
H A Din6.h335 #define IPV6_TCLASS 61 /* int; send traffic class value */ macro
H A Dip6_output.c1224 case IPV6_TCLASS: in ip6_ctloutput()
1529 case IPV6_TCLASS: in ip6_ctloutput()
1716 case IPV6_TCLASS: in ip6_getpcbopt()
1794 if (optname == -1 || optname == IPV6_TCLASS) in ip6_clearpktopts()
2361 case IPV6_TCLASS: in ip6_setpktopt()
H A Dip6_input.c1075 IPV6_TCLASS, IPPROTO_IPV6); in ip6_savecontrol()
/openbsd/gnu/usr.bin/perl/cpan/Socket/
H A DMakefile.PL194 IPV6_TCLASS IPV6_UNICAST_HOPS IPV6_V6ONLY
/openbsd/usr.bin/tcpbench/
H A Dtcpbench.c720 if (setsockopt(sock, IPPROTO_IPV6, IPV6_TCLASS, in tcp_server_accept()
781 if (setsockopt(sock, IPPROTO_IPV6, IPV6_TCLASS, in server_init()
917 if (setsockopt(sock, IPPROTO_IPV6, IPV6_TCLASS, in client_init()
/openbsd/usr.bin/dig/lib/isc/unix/
H A Dsocket.c462 && cmsgp->cmsg_type == IPV6_TCLASS) { in process_cmsg()
654 cmsgp->cmsg_type = IPV6_TCLASS; in build_msghdr_send()
658 if (setsockopt(sock->fd, IPPROTO_IPV6, IPV6_TCLASS, in build_msghdr_send()
/openbsd/usr.sbin/eigrpd/
H A Dinterface.c758 if (setsockopt(fd, IPPROTO_IPV6, IPV6_TCLASS, &dscp, in if_set_ipv6_dscp()
/openbsd/usr.sbin/traceroute/
H A Dtraceroute.c833 if (setsockopt(sndsock, IPPROTO_IPV6, IPV6_TCLASS, in main()
/openbsd/libexec/ftpd/
H A Dftpd.c542 if (setsockopt(0, IPPROTO_IPV6, IPV6_TCLASS, &tos, in main()
1304 if (setsockopt(s, IPPROTO_IPV6, IPV6_TCLASS, &opt, in getdatasock()
/openbsd/sbin/unwind/libunbound/services/
H A Dlisten_dnsport.c912 #ifdef IPV6_TCLASS in set_ip_dscp()
913 if(setsockopt(socket, IPPROTO_IPV6, IPV6_TCLASS, (void*)&ds, in set_ip_dscp()
/openbsd/usr.sbin/unbound/services/
H A Dlisten_dnsport.c912 #ifdef IPV6_TCLASS in set_ip_dscp()
913 if(setsockopt(socket, IPPROTO_IPV6, IPV6_TCLASS, (void*)&ds, in set_ip_dscp()
/openbsd/usr.sbin/ospf6d/
H A Dospfe.c94 if (setsockopt(xconf->ospf_socket, IPPROTO_IPV6, IPV6_TCLASS, &pre, in ospfe()
/openbsd/usr.bin/telnet/
H A Dcommands.c1869 if (setsockopt(net, IPPROTO_IPV6, IPV6_TCLASS, &tos, in tn()
/openbsd/sys/kern/
H A Dkern_pledge.c1473 case IPV6_TCLASS: in pledge_sockopt()
/openbsd/usr.sbin/bgpd/
H A Dbgpd.c1406 if (setsockopt(ce->fd, IPPROTO_IPV6, IPV6_TCLASS, &pre, in bgpd_rtr_conn_setup()
H A Dsession.c1190 if (setsockopt(p->fd, IPPROTO_IPV6, IPV6_TCLASS, &pre, in session_setup_socket()
/openbsd/usr.bin/nc/
H A Dnetcat.c1578 IPV6_TCLASS, &Tflag, sizeof(Tflag)) == -1) in set_common_sockopts()
/openbsd/sbin/ping/
H A Dping.c693 if (setsockopt(s, IPPROTO_IPV6, IPV6_TCLASS, in main()
/openbsd/usr.bin/ssh/
H A Dmisc.c275 if (setsockopt(fd, IPPROTO_IPV6, IPV6_TCLASS, in set_sock_tos()
/openbsd/usr.sbin/unbound/doc/
H A DChangelog1644 - Fix #454: listen_dnsport.c:825: error: ‘IPV6_TCLASS’ undeclared.