/freebsd/crypto/heimdal/lib/roken/ |
H A D | socket.c | 257 #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 D | telnetd.c | 154 #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 D | ip_output.c | 1175 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 D | in.h | 438 #define IP_TOS 3 /* int; IP type of service and preced. */ macro
|
H A D | udp_usrreq.c | 1194 case IP_TOS: in udp_send()
|
H A D | tcp_usrreq.c | 1702 case IP_TOS: in tcp_ctloutput_set()
|
/freebsd/sbin/dump/ |
H A D | dumprmt.c | 169 if (setsockopt(rmtape, IPPROTO_IP, IP_TOS, in rmtgetconn()
|
/freebsd/libexec/ftpd/ |
H A D | ftpd.c | 545 #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 D | ftp.c | 249 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 D | netcat.c | 1193 #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 D | tcpsso.c | 179 ip4_entry(IP_TOS), /* int */
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | commands.c | 38 #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 D | commands.c | 92 #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 D | ipsockopt.c | 765 test_ip_uchar(sock, socktypename, IP_TOS, "IP_TOS", 0); in testsuite()
|
/freebsd/usr.sbin/traceroute/ |
H A D | traceroute.c | 837 #ifdef IP_TOS in main() 838 if (settos && setsockopt(sndsock, IPPROTO_IP, IP_TOS, in main()
|
/freebsd/usr.sbin/iscsid/ |
H A D | iscsid.c | 318 IPPROTO_IP, IP_TOS, in connection_new()
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpd.c | 349 #if defined(IP_TOS) in main() 351 socket_set_tos(STDIN_FILENO, IP_TOS); in main()
|
/freebsd/crypto/openssh/ |
H A D | misc.c | 305 # ifdef IP_TOS in set_sock_tos() 307 if (setsockopt(fd, IPPROTO_IP, IP_TOS, in set_sock_tos()
|
/freebsd/contrib/netcat/ |
H A D | netcat.c | 1365 option = IP_TOS; in set_common_sockopts()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_io.c | 3012 #if defined(IPPROTO_IP) && defined(IP_TOS) 3013 if (setsockopt(fd, IPPROTO_IP, IP_TOS, (void *)&qos,
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | README.ORIG | 559 kernel support the IP_TOS socket option (currently this
|
/freebsd/usr.sbin/ctld/ |
H A D | ctld.c | 1671 if (setsockopt(p->p_socket, IPPROTO_IP, IP_TOS, in portal_init_socket()
|
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 121 return (IP_TOS); in linux_to_bsd_ip_sockopt()
|
/freebsd/contrib/sendmail/src/ |
H A D | readcf.c | 3138 #if 0 && _FFR_QOS && defined(SOL_IP) && defined(IP_TOS)
|
/freebsd/contrib/unbound/util/ |
H A D | netevent.c | 1193 if(setsockopt(fd, IPPROTO_IP, IP_TOS, &val, 1520 cmsg->cmsg_type == IP_TOS &&
|