/openbsd/regress/sys/kern/pledge/sockopt/ |
H A D | Makefile | 29 inet AF_INET6 SOCK_DGRAM IPPROTO_UDP get IPPROTO_IPV6 IPV6_TCLASS 0 0 0 \
|
/openbsd/usr.sbin/ldpd/ |
H A D | socket.c | 309 if (setsockopt(fd, IPPROTO_IPV6, IPV6_TCLASS, &dscp, in sock_set_ipv6_dscp()
|
/openbsd/sys/netinet6/ |
H A D | in6.h | 335 #define IPV6_TCLASS 61 /* int; send traffic class value */ macro
|
H A D | ip6_output.c | 1224 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 D | ip6_input.c | 1075 IPV6_TCLASS, IPPROTO_IPV6); in ip6_savecontrol()
|
/openbsd/gnu/usr.bin/perl/cpan/Socket/ |
H A D | Makefile.PL | 194 IPV6_TCLASS IPV6_UNICAST_HOPS IPV6_V6ONLY
|
/openbsd/usr.bin/tcpbench/ |
H A D | tcpbench.c | 720 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 D | socket.c | 462 && 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 D | interface.c | 758 if (setsockopt(fd, IPPROTO_IPV6, IPV6_TCLASS, &dscp, in if_set_ipv6_dscp()
|
/openbsd/usr.sbin/traceroute/ |
H A D | traceroute.c | 833 if (setsockopt(sndsock, IPPROTO_IPV6, IPV6_TCLASS, in main()
|
/openbsd/libexec/ftpd/ |
H A D | ftpd.c | 542 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 D | listen_dnsport.c | 912 #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 D | listen_dnsport.c | 912 #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 D | ospfe.c | 94 if (setsockopt(xconf->ospf_socket, IPPROTO_IPV6, IPV6_TCLASS, &pre, in ospfe()
|
/openbsd/usr.bin/telnet/ |
H A D | commands.c | 1869 if (setsockopt(net, IPPROTO_IPV6, IPV6_TCLASS, &tos, in tn()
|
/openbsd/sys/kern/ |
H A D | kern_pledge.c | 1473 case IPV6_TCLASS: in pledge_sockopt()
|
/openbsd/usr.sbin/bgpd/ |
H A D | bgpd.c | 1406 if (setsockopt(ce->fd, IPPROTO_IPV6, IPV6_TCLASS, &pre, in bgpd_rtr_conn_setup()
|
H A D | session.c | 1190 if (setsockopt(p->fd, IPPROTO_IPV6, IPV6_TCLASS, &pre, in session_setup_socket()
|
/openbsd/usr.bin/nc/ |
H A D | netcat.c | 1578 IPV6_TCLASS, &Tflag, sizeof(Tflag)) == -1) in set_common_sockopts()
|
/openbsd/sbin/ping/ |
H A D | ping.c | 693 if (setsockopt(s, IPPROTO_IPV6, IPV6_TCLASS, in main()
|
/openbsd/usr.bin/ssh/ |
H A D | misc.c | 275 if (setsockopt(fd, IPPROTO_IPV6, IPV6_TCLASS, in set_sock_tos()
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | Changelog | 1644 - Fix #454: listen_dnsport.c:825: error: ‘IPV6_TCLASS’ undeclared.
|