| /freebsd-13.1/contrib/opie/ |
| H A D | opieftpd.c | 159 #ifdef IP_TOS 161 #undef IP_TOS 164 #undef IP_TOS 816 #ifdef IP_TOS 818 if (setsockopt(s, IPPROTO_IP, IP_TOS, (char *) &on, sizeof(int)) < 0) 841 #ifdef IP_TOS 864 #ifdef IP_TOS 866 setsockopt(s, IPPROTO_IP, IP_TOS, (char *) &tos, 1567 #ifdef IP_TOS 1592 #ifdef IP_TOS [all …]
|
| /freebsd-13.1/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-13.1/contrib/telnet/telnetd/ |
| H A D | telnetd.c | 132 #if defined(IPPROTO_IP) && defined(IP_TOS) in main() 391 #if defined(IPPROTO_IP) && defined(IP_TOS) in main() 401 && (setsockopt(0, IPPROTO_IP, IP_TOS, in main()
|
| /freebsd-13.1/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-13.1/sys/netinet/ |
| H A D | ip_output.c | 1181 case IP_TOS: in ip_ctloutput() 1204 case IP_TOS: in ip_ctloutput() 1413 case IP_TOS: in ip_ctloutput() 1437 case IP_TOS: in ip_ctloutput()
|
| H A D | in.h | 423 #define IP_TOS 3 /* int; IP type of service and preced. */ macro
|
| H A D | udp_usrreq.c | 1235 case IP_TOS: in udp_output()
|
| /freebsd-13.1/sbin/dump/ |
| H A D | dumprmt.c | 177 if (setsockopt(rmtape, IPPROTO_IP, IP_TOS, in rmtgetconn()
|
| /freebsd-13.1/libexec/ftpd/ |
| H A D | ftpd.c | 567 #ifdef IP_TOS in main() 571 if (setsockopt(s, IPPROTO_IP, IP_TOS, &tos, sizeof(int)) < 0) in main() 1901 #ifdef IP_TOS in getdatasock() 1905 if (setsockopt(s, IPPROTO_IP, IP_TOS, &on, sizeof(int)) < 0) in getdatasock() 1976 #ifdef IP_TOS in dataconn() 1980 if (setsockopt(s, IPPROTO_IP, IP_TOS, &tos, sizeof(int)) < 0) in dataconn()
|
| /freebsd-13.1/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-13.1/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-13.1/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-13.1/usr.sbin/iscsid/ |
| H A D | iscsid.c | 294 IPPROTO_IP, IP_TOS, in connection_new()
|
| /freebsd-13.1/contrib/telnet/telnet/ |
| H A D | commands.c | 94 #if defined(IPPROTO_IP) && defined(IP_TOS) 2392 #if defined(IPPROTO_IP) && defined(IP_TOS) in tn() 2402 && (setsockopt(net, IPPROTO_IP, IP_TOS, in tn()
|
| /freebsd-13.1/tools/regression/netinet/ipsockopt/ |
| H A D | ipsockopt.c | 767 test_ip_uchar(sock, socktypename, IP_TOS, "IP_TOS", 0); in testsuite()
|
| /freebsd-13.1/contrib/traceroute/ |
| H A D | traceroute.c | 901 #ifdef IP_TOS in main() 902 if (settos && setsockopt(sndsock, IPPROTO_IP, IP_TOS, in main()
|
| /freebsd-13.1/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-13.1/crypto/openssh/ |
| H A D | misc.c | 277 # ifdef IP_TOS in set_sock_tos() 279 if (setsockopt(fd, IPPROTO_IP, IP_TOS, in set_sock_tos()
|
| /freebsd-13.1/contrib/netcat/ |
| H A D | netcat.c | 1313 option = IP_TOS; in set_common_sockopts()
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | ntp_io.c | 2977 #if defined(IPPROTO_IP) && defined(IP_TOS) 2978 if (setsockopt(fd, IPPROTO_IP, IP_TOS, (void *)&qos,
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_socket.c | 119 return (IP_TOS); in linux_to_bsd_ip_sockopt()
|
| /freebsd-13.1/crypto/heimdal/appl/telnet/ |
| H A D | README.ORIG | 559 kernel support the IP_TOS socket option (currently this
|
| /freebsd-13.1/contrib/unbound/services/ |
| H A D | listen_dnsport.c | 881 if(setsockopt(socket, IPPROTO_IP, IP_TOS, (void*)&ds, sizeof(ds)) < 0) in set_ip_dscp()
|
| /freebsd-13.1/usr.sbin/ctld/ |
| H A D | ctld.c | 2206 IPPROTO_IP, IP_TOS, in conf_apply()
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | readcf.c | 2920 #if 0 && _FFR_QOS && defined(SOL_IP) && defined(IP_TOS)
|