Home
last modified time | relevance | path

Searched refs:IPTOS_LOWDELAY (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dip.h74 #define IPTOS_LOWDELAY 0x10 macro
/freebsd/sys/netinet/
H A Dip.h76 #define IPTOS_LOWDELAY 0x10 macro
/freebsd/crypto/openssh/
H A Ddefines.h60 #ifndef IPTOS_LOWDELAY
61 # define IPTOS_LOWDELAY 0x10 macro
H A Dmisc.c1853 { "lowdelay", IPTOS_LOWDELAY },
/freebsd/sbin/dhclient/
H A Dpacket.c119 ip.ip_tos = IPTOS_LOWDELAY; in assemble_udp_ip_header()
/freebsd/usr.sbin/ppp/
H A Dip.c651 if (tos == IPTOS_LOWDELAY && bundle->ncp.cfg.urgent.tos) in PacketCheck()
815 if (tos == IPTOS_LOWDELAY && bundle->ncp.cfg.urgent.tos) in PacketCheck()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c123 #ifdef IPTOS_LOWDELAY in hookup()
124 socket_set_tos (s, IPTOS_LOWDELAY); in hookup()
/freebsd/contrib/tnftp/src/
H A Dftp.c246 #ifdef IPTOS_LOWDELAY in hookup()
248 int tos = IPTOS_LOWDELAY; in hookup()
/freebsd/contrib/netcat/
H A Dnetcat.c1420 { "lowdelay", IPTOS_LOWDELAY }, in map_tos()
/freebsd/crypto/openssh/regress/
H A Dnetcat.c1253 { "lowdelay", IPTOS_LOWDELAY }, in map_tos()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c571 ip->ip_tos = IPTOS_LOWDELAY; in ipfw_send_abort()
745 h->ip_tos = IPTOS_LOWDELAY; in ipfw_send_pkt()
H A Dip_fw_dynamic.c2377 ip->ip_tos = IPTOS_LOWDELAY; in dyn_make_keepalive_ipv4()
/freebsd/contrib/telnet/telnet/
H A Dcommands.c2402 tos = IPTOS_LOWDELAY; in tn()
/freebsd/libexec/ftpd/
H A Dftpd.c548 tos = IPTOS_LOWDELAY; in main()
/freebsd/sys/netpfil/pf/
H A Dif_pfsync.c3038 ip->ip_tos = IPTOS_LOWDELAY; in pfsync_kstatus_to_softc()
H A Dpf.c3482 h->ip_tos = IPTOS_LOWDELAY; in pf_build_tcp()
9311 if (pd.tos & IPTOS_LOWDELAY) in pf_test()
9331 if (use_2nd_queue || (pd.tos & IPTOS_LOWDELAY)) in pf_test()
/freebsd/tools/tools/netmap/
H A Dpkt-gen.c1153 ip.ip_tos = IPTOS_LOWDELAY; in initialize_packet()
/freebsd/sbin/ipfw/
H A Dipfw2.c159 { "lowdelay", IPTOS_LOWDELAY},
/freebsd/sbin/pfctl/
H A Dparse.y7211 { "lowdelay", IPTOS_LOWDELAY }, in map_tos()
/freebsd/contrib/ntp/
H A DCommitLog[all...]