Home
last modified time | relevance | path

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

/dragonfly/test/udp/tos/
H A Dudp_tos.c74 if (setsockopt(s, IPPROTO_IP, IP_TOS, in main()
97 cm->cmsg_type = IP_TOS; in main()
/dragonfly/usr.sbin/dntpd/
H A Dsocket.c97 setsockopt(fd, IPPROTO_IP, IP_TOS, &tos, sizeof(tos)); in udp_socket()
/dragonfly/libexec/telnetd/
H A Dtelnetd.c125 #if defined(IPPROTO_IP) && defined(IP_TOS) in main()
369 #if defined(IPPROTO_IP) && defined(IP_TOS) in main()
379 && (setsockopt(0, IPPROTO_IP, IP_TOS, in main()
/dragonfly/sbin/dump/
H A Ddumprmt.c177 if (setsockopt(rmtape, IPPROTO_IP, IP_TOS, in rmtgetconn()
/dragonfly/sys/netinet/
H A Din.h360 #define IP_TOS 3 /* int; IP type of service and preced. */ macro
H A Dip_output.c1120 case IP_TOS: in ip_ctloutput()
1134 case IP_TOS: in ip_ctloutput()
1236 case IP_TOS: in ip_ctloutput()
1248 case IP_TOS: in ip_ctloutput()
H A Dudp_usrreq.c978 case IP_TOS: in udp_send()
/dragonfly/libexec/ftpd/
H A Dftpd.c541 #ifdef IP_TOS in main()
545 if (setsockopt(0, IPPROTO_IP, IP_TOS, &tos, sizeof(int)) < 0) in main()
1831 #ifdef IP_TOS in getdatasock()
1835 if (setsockopt(s, IPPROTO_IP, IP_TOS, &on, sizeof(int)) < 0) in getdatasock()
1906 #ifdef IP_TOS in dataconn()
1910 if (setsockopt(s, IPPROTO_IP, IP_TOS, &tos, sizeof(int)) < 0) in dataconn()
/dragonfly/contrib/tnftp/src/
H A Dftp.c262 if (setsockopt(s, IPPROTO_IP, IP_TOS, in hookup()
1544 if (setsockopt(data, IPPROTO_IP, IP_TOS, in initconn()
1695 if (setsockopt(data, IPPROTO_IP, IP_TOS, in initconn()
1772 if (setsockopt(s, IPPROTO_IP, IP_TOS, in dataconn()
/dragonfly/usr.bin/telnet/
H A Dcommands.c90 #if defined(IPPROTO_IP) && defined(IP_TOS)
2329 #if defined(IPPROTO_IP) && defined(IP_TOS) in tn()
2339 && (setsockopt(net, IPPROTO_IP, IP_TOS, in tn()
H A DREADME560 kernel support the IP_TOS socket option (currently this
/dragonfly/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()
/dragonfly/crypto/libressl/apps/nc/
H A Dnetcat.c1587 IP_TOS, &Tflag, sizeof(Tflag)) == -1) in set_common_sockopts()