Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/opie/
H A Dopieftpd.c159 #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 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-13.1/contrib/telnet/telnetd/
H A Dtelnetd.c132 #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 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-13.1/sys/netinet/
H A Dip_output.c1181 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 Din.h423 #define IP_TOS 3 /* int; IP type of service and preced. */ macro
H A Dudp_usrreq.c1235 case IP_TOS: in udp_output()
/freebsd-13.1/sbin/dump/
H A Ddumprmt.c177 if (setsockopt(rmtape, IPPROTO_IP, IP_TOS, in rmtgetconn()
/freebsd-13.1/libexec/ftpd/
H A Dftpd.c567 #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 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-13.1/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-13.1/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-13.1/usr.sbin/iscsid/
H A Discsid.c294 IPPROTO_IP, IP_TOS, in connection_new()
/freebsd-13.1/contrib/telnet/telnet/
H A Dcommands.c94 #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 Dipsockopt.c767 test_ip_uchar(sock, socktypename, IP_TOS, "IP_TOS", 0); in testsuite()
/freebsd-13.1/contrib/traceroute/
H A Dtraceroute.c901 #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 Dftpd.c349 #if defined(IP_TOS) in main()
351 socket_set_tos(STDIN_FILENO, IP_TOS); in main()
/freebsd-13.1/crypto/openssh/
H A Dmisc.c277 # 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 Dnetcat.c1313 option = IP_TOS; in set_common_sockopts()
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_io.c2977 #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 Dlinux_socket.c119 return (IP_TOS); in linux_to_bsd_ip_sockopt()
/freebsd-13.1/crypto/heimdal/appl/telnet/
H A DREADME.ORIG559 kernel support the IP_TOS socket option (currently this
/freebsd-13.1/contrib/unbound/services/
H A Dlisten_dnsport.c881 if(setsockopt(socket, IPPROTO_IP, IP_TOS, (void*)&ds, sizeof(ds)) < 0) in set_ip_dscp()
/freebsd-13.1/usr.sbin/ctld/
H A Dctld.c2206 IPPROTO_IP, IP_TOS, in conf_apply()
/freebsd-13.1/contrib/sendmail/src/
H A Dreadcf.c2920 #if 0 && _FFR_QOS && defined(SOL_IP) && defined(IP_TOS)

12