Home
last modified time | relevance | path

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

12

/freebsd-9-stable/contrib/tcpdump/
Dip.h72 #define IPTOS_LOWDELAY 0x10 macro
/freebsd-9-stable/sys/netinet/
Dip.h77 #define IPTOS_LOWDELAY 0x10 macro
Dip_carp.c978 ip->ip_tos = IPTOS_LOWDELAY; in carp_send_ad_locked()
/freebsd-9-stable/crypto/openssh/
Ddefines.h50 #ifndef IPTOS_LOWDELAY
51 # define IPTOS_LOWDELAY 0x10 macro
Dmisc.c984 { "lowdelay", IPTOS_LOWDELAY },
Dreadconf.c1826 options->ip_qos_interactive = IPTOS_LOWDELAY; in fill_default_options()
Dservconf.c307 options->ip_qos_interactive = IPTOS_LOWDELAY; in fill_default_server_options()
/freebsd-9-stable/sbin/dhclient/
Dpacket.c127 ip.ip_tos = IPTOS_LOWDELAY; in assemble_udp_ip_header()
/freebsd-9-stable/contrib/opie/
Dopieftpd.c163 #ifndef IPTOS_LOWDELAY
865 tos = IPTOS_LOWDELAY;
1593 tos = IPTOS_LOWDELAY;
/freebsd-9-stable/usr.sbin/ppp/
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-9-stable/usr.bin/rlogin/
Drlogin.c257 one = IPTOS_LOWDELAY; in main()
/freebsd-9-stable/libexec/rlogind/
Drlogind.c180 on = IPTOS_LOWDELAY; in main()
/freebsd-9-stable/crypto/heimdal/appl/ftp/ftp/
Dftp.c123 #ifdef IPTOS_LOWDELAY in hookup()
124 socket_set_tos (s, IPTOS_LOWDELAY); in hookup()
/freebsd-9-stable/contrib/tnftp/src/
Dftp.c246 #ifdef IPTOS_LOWDELAY in hookup()
248 int tos = IPTOS_LOWDELAY; in hookup()
/freebsd-9-stable/contrib/netcat/
Dnetcat.c1097 { "lowdelay", IPTOS_LOWDELAY }, in map_tos()
/freebsd-9-stable/sys/netpfil/ipfw/
Dip_fw_dynamic.c925 h->ip_tos = IPTOS_LOWDELAY; in ipfw_send_pkt()
/freebsd-9-stable/crypto/heimdal/appl/ftp/ftpd/
Dftpd.c360 int tos = IPTOS_LOWDELAY; in main()
/freebsd-9-stable/sys/contrib/pf/net/
Dpf.c2481 h->ip_tos = IPTOS_LOWDELAY;
6977 if (pqid || (pd.tos & IPTOS_LOWDELAY))
6985 if (pqid || (pd.tos & IPTOS_LOWDELAY))
7521 if (pd.tos & IPTOS_LOWDELAY)
7528 if (pd.tos & IPTOS_LOWDELAY)
Dif_pfsync.c1939 ip->ip_tos = IPTOS_LOWDELAY;
/freebsd-9-stable/contrib/telnet/telnet/
Dcommands.c2403 tos = IPTOS_LOWDELAY; in tn()
/freebsd-9-stable/tools/tools/netmap/
Dpkt-gen.c614 ip->ip_tos = IPTOS_LOWDELAY; in initialize_packet()
/freebsd-9-stable/sys/dev/cxgb/ulp/iw_cxgb/
Diw_cxgb_cm.c1343 cm_id->remote_addr.sin_port, IPTOS_LOWDELAY); in iwch_connect()
/freebsd-9-stable/libexec/ftpd/
Dftpd.c572 tos = IPTOS_LOWDELAY; in main()
/freebsd-9-stable/sbin/ipfw/
Dipfw2.c162 { "lowdelay", IPTOS_LOWDELAY},
/freebsd-9-stable/sys/net/
Dif_spppsubr.c876 else if (ip->ip_tos & IPTOS_LOWDELAY) in sppp_output()

12