Searched refs:IPTOS_PREC_INTERNETCONTROL (Results 1 – 18 of 18) sorted by relevance
/openbsd/usr.sbin/ldpd/ |
H A D | socket.c | 94 if (sock_set_ipv4_tos(fd, IPTOS_PREC_INTERNETCONTROL) == -1) { in ldp_create_socket() 123 if (sock_set_ipv6_dscp(fd, IPTOS_PREC_INTERNETCONTROL) == -1) { in ldp_create_socket()
|
/openbsd/sys/netinet/ |
H A D | ip.h | 89 #define IPTOS_PREC_INTERNETCONTROL 0xc0 macro
|
/openbsd/usr.sbin/ospfd/ |
H A D | packet.c | 73 ip_hdr.ip_tos = IPTOS_PREC_INTERNETCONTROL; in send_packet()
|
/openbsd/usr.sbin/dvmrpd/ |
H A D | dvmrpe.c | 104 if (if_set_tos(xconf->dvmrp_socket, IPTOS_PREC_INTERNETCONTROL) == -1) in dvmrpe()
|
/openbsd/usr.sbin/ripd/ |
H A D | ripe.c | 113 if (if_set_tos(xconf->rip_socket, IPTOS_PREC_INTERNETCONTROL) == -1) in ripe()
|
/openbsd/usr.sbin/eigrpd/ |
H A D | packet.c | 87 ip_hdr.ip_tos = IPTOS_PREC_INTERNETCONTROL; in send_packet_v4()
|
/openbsd/sys/net/ |
H A D | bfd.c | 555 *ip = IPTOS_PREC_INTERNETCONTROL; in bfd_sender()
|
H A D | if_gre.c | 608 ifp->if_llprio = IFQ_TOS2PRIO(IPTOS_PREC_INTERNETCONTROL); in gre_clone_create()
|
/openbsd/usr.sbin/traceroute/ |
H A D | worker.c | 996 { "inetcontrol", IPTOS_PREC_INTERNETCONTROL }, in map_tos()
|
/openbsd/usr.sbin/ospf6d/ |
H A D | ospfe.c | 78 int pre = IPTOS_PREC_INTERNETCONTROL; in ospfe()
|
/openbsd/usr.sbin/bgpd/ |
H A D | bgpd.c | 1372 int pre = IPTOS_PREC_INTERNETCONTROL; in bgpd_rtr_conn_setup()
|
H A D | session.c | 1150 int pre = IPTOS_PREC_INTERNETCONTROL; in session_setup_socket()
|
H A D | parse.y | 5568 { "inetcontrol", IPTOS_PREC_INTERNETCONTROL }, in map_tos()
|
/openbsd/usr.bin/tcpbench/ |
H A D | tcpbench.c | 1026 { "inetcontrol", IPTOS_PREC_INTERNETCONTROL }, in map_tos()
|
/openbsd/usr.bin/nc/ |
H A D | netcat.c | 1643 { "inetcontrol", IPTOS_PREC_INTERNETCONTROL }, in process_tos_opt()
|
/openbsd/sbin/ping/ |
H A D | ping.c | 1825 { "inetcontrol", IPTOS_PREC_INTERNETCONTROL }, in map_tos()
|
/openbsd/sys/net80211/ |
H A D | ieee80211_output.c | 466 case IPTOS_PREC_INTERNETCONTROL: in ieee80211_classify()
|
/openbsd/sbin/pfctl/ |
H A D | parse.y | 5867 { "inetcontrol", IPTOS_PREC_INTERNETCONTROL }, in map_tos()
|