Home
last modified time | relevance | path

Searched refs:IP_TOS (Results 1 – 25 of 28) sorted by relevance

12

/src/crypto/heimdal/lib/roken/
H A Dsocket.c257 #if defined(IP_TOS) && defined(HAVE_SETSOCKOPT) in socket_set_tos()
258 setsockopt (sock, IPPROTO_IP, IP_TOS, (void *) &tos, sizeof(int)); in socket_set_tos()
/src/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c154 #if defined(IPPROTO_IP) && defined(IP_TOS) in main()
444 #if defined(IPPROTO_IP) && defined(IP_TOS) && defined(HAVE_SETSOCKOPT) in main()
455 && (setsockopt(STDIN_FILENO, IPPROTO_IP, IP_TOS, in main()
/src/sys/netinet/
H A Dip_output.c1183 case IP_TOS: in ip_ctloutput()
1206 case IP_TOS: in ip_ctloutput()
1403 case IP_TOS: in ip_ctloutput()
1426 case IP_TOS: in ip_ctloutput()
H A Din.h438 #define IP_TOS 3 /* int; IP type of service and preced. */ macro
H A Dudp_usrreq.c1246 case IP_TOS: in udp_send()
H A Dtcp_usrreq.c1715 case IP_TOS: in tcp_ctloutput_set()
/src/sbin/dump/
H A Ddumprmt.c169 if (setsockopt(rmtape, IPPROTO_IP, IP_TOS, in rmtgetconn()
/src/contrib/tnftp/src/
H A Dftp.c249 if (setsockopt(s, IPPROTO_IP, IP_TOS, in hookup()
1490 if (setsockopt(data, IPPROTO_IP, IP_TOS, in initconn()
1634 if (setsockopt(data, IPPROTO_IP, IP_TOS, in initconn()
1711 if (setsockopt(s, IPPROTO_IP, IP_TOS, in dataconn()
/src/crypto/openssh/regress/
H A Dnetcat.c1193 #if defined(IP_TOS) && defined(IPV6_TCLASS) in set_common_sockopts()
1202 option = IP_TOS; in set_common_sockopts()
1224 #ifdef IP_TOS in map_tos()
/src/usr.sbin/tcpsso/
H A Dtcpsso.c179 ip4_entry(IP_TOS), /* int */
/src/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c38 #if defined(IPPROTO_IP) && defined(IP_TOS)
2209 #if defined(IPPROTO_IP) && defined(IP_TOS) in tn()
2219 && (setsockopt(net, IPPROTO_IP, IP_TOS, in tn()
/src/contrib/telnet/telnet/
H A Dcommands.c92 #if defined(IPPROTO_IP) && defined(IP_TOS)
2394 #if defined(IPPROTO_IP) && defined(IP_TOS) in tn()
2404 && (setsockopt(net, IPPROTO_IP, IP_TOS, in tn()
/src/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c765 test_ip_uchar(sock, socktypename, IP_TOS, "IP_TOS", 0); in testsuite()
/src/usr.sbin/traceroute/
H A Dtraceroute.c837 #ifdef IP_TOS in main()
838 if (settos && setsockopt(sndsock, IPPROTO_IP, IP_TOS, in main()
/src/usr.sbin/iscsid/
H A Discsid.c318 IPPROTO_IP, IP_TOS, in connection_new()
/src/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c349 #if defined(IP_TOS) in main()
351 socket_set_tos(STDIN_FILENO, IP_TOS); in main()
/src/contrib/unbound/testcode/
H A Ddoqclient.c1445 cmsg->cmsg_type == IP_TOS &&
1468 if(setsockopt(fd, IPPROTO_IP, IP_TOS, &val,
/src/crypto/openssh/
H A Dmisc.c305 # ifdef IP_TOS in set_sock_tos()
307 if (setsockopt(fd, IPPROTO_IP, IP_TOS, in set_sock_tos()
/src/contrib/netcat/
H A Dnetcat.c1381 option = IP_TOS; in set_common_sockopts()
/src/contrib/ntp/ntpd/
H A Dntp_io.c3012 #if defined(IPPROTO_IP) && defined(IP_TOS)
3013 if (setsockopt(fd, IPPROTO_IP, IP_TOS, (void *)&qos,
/src/usr.sbin/ctld/
H A Dctld.cc1890 if (setsockopt(s, IPPROTO_IP, IP_TOS, in init_socket()
/src/crypto/heimdal/appl/telnet/
H A DREADME.ORIG559 kernel support the IP_TOS socket option (currently this
/src/sys/compat/linux/
H A Dlinux_socket.c121 return (IP_TOS); in linux_to_bsd_ip_sockopt()
/src/contrib/sendmail/src/
H A Dreadcf.c3138 #if 0 && _FFR_QOS && defined(SOL_IP) && defined(IP_TOS)
/src/contrib/unbound/util/
H A Dnetevent.c1224 if(setsockopt(fd, IPPROTO_IP, IP_TOS, &val,
1551 cmsg->cmsg_type == IP_TOS &&

12