Home
last modified time | relevance | path

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

12

/freebsd/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()
/freebsd/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()
/freebsd/sys/netinet/
H A Dip_output.c1175 case IP_TOS: in ip_ctloutput()
1198 case IP_TOS: in ip_ctloutput()
1395 case IP_TOS: in ip_ctloutput()
1418 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.c1194 case IP_TOS: in udp_send()
H A Dtcp_usrreq.c1702 case IP_TOS: in tcp_ctloutput_set()
/freebsd/sbin/dump/
H A Ddumprmt.c169 if (setsockopt(rmtape, IPPROTO_IP, IP_TOS, in rmtgetconn()
/freebsd/libexec/ftpd/
H A Dftpd.c545 #ifdef IP_TOS in main()
549 if (setsockopt(s, IPPROTO_IP, IP_TOS, &tos, sizeof(int)) < 0) in main()
1858 #ifdef IP_TOS in getdatasock()
1862 if (setsockopt(s, IPPROTO_IP, IP_TOS, &on, sizeof(int)) < 0) in getdatasock()
1933 #ifdef IP_TOS in dataconn()
1937 if (setsockopt(s, IPPROTO_IP, IP_TOS, &tos, sizeof(int)) < 0) in dataconn()
/freebsd/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()
/freebsd/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()
/freebsd/usr.sbin/tcpsso/
H A Dtcpsso.c179 ip4_entry(IP_TOS), /* int */
/freebsd/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()
/freebsd/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()
/freebsd/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c765 test_ip_uchar(sock, socktypename, IP_TOS, "IP_TOS", 0); in testsuite()
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c837 #ifdef IP_TOS in main()
838 if (settos && setsockopt(sndsock, IPPROTO_IP, IP_TOS, in main()
/freebsd/usr.sbin/iscsid/
H A Discsid.c318 IPPROTO_IP, IP_TOS, in connection_new()
/freebsd/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()
/freebsd/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()
/freebsd/contrib/netcat/
H A Dnetcat.c1365 option = IP_TOS; in set_common_sockopts()
/freebsd/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,
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG559 kernel support the IP_TOS socket option (currently this
/freebsd/usr.sbin/ctld/
H A Dctld.c1671 if (setsockopt(p->p_socket, IPPROTO_IP, IP_TOS, in portal_init_socket()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c121 return (IP_TOS); in linux_to_bsd_ip_sockopt()
/freebsd/contrib/sendmail/src/
H A Dreadcf.c3138 #if 0 && _FFR_QOS && defined(SOL_IP) && defined(IP_TOS)
/freebsd/contrib/unbound/util/
H A Dnetevent.c1193 if(setsockopt(fd, IPPROTO_IP, IP_TOS, &val,
1520 cmsg->cmsg_type == IP_TOS &&

12