Searched refs:IPTOS_LOWDELAY (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.0-release/contrib/tcpdump/
H A Dip.h72 #define IPTOS_LOWDELAY 0x10 macro
/freebsd-10.0-release/sys/netinet/
H A Dip.h77 #define IPTOS_LOWDELAY 0x10 macro
H A Dip_carp.c809 ip->ip_tos = IPTOS_LOWDELAY;
/freebsd-10.0-release/crypto/openssh/
H A Ddefines.h50 #ifndef IPTOS_LOWDELAY
51 # define IPTOS_LOWDELAY 0x10 macro
56 #endif /* IPTOS_LOWDELAY */
H A Dmisc.c982 { "lowdelay", IPTOS_LOWDELAY },
H A Dreadconf.c1485 options->ip_qos_interactive = IPTOS_LOWDELAY;
H A Dservconf.c305 options->ip_qos_interactive = IPTOS_LOWDELAY;
/freebsd-10.0-release/sbin/dhclient/
H A Dpacket.c119 ip.ip_tos = IPTOS_LOWDELAY;
/freebsd-10.0-release/contrib/opie/
H A Dopieftpd.c163 #ifndef IPTOS_LOWDELAY
165 #endif /* !IPTOS_LOWDELAY */
865 tos = IPTOS_LOWDELAY;
1593 tos = IPTOS_LOWDELAY;
/freebsd-10.0-release/libexec/rlogind/
H A Drlogind.c180 on = IPTOS_LOWDELAY;
/freebsd-10.0-release/usr.bin/rlogin/
H A Drlogin.c257 one = IPTOS_LOWDELAY;
/freebsd-10.0-release/usr.sbin/ppp/
H A Dip.c651 if (tos == IPTOS_LOWDELAY && bundle->ncp.cfg.urgent.tos)
815 if (tos == IPTOS_LOWDELAY && bundle->ncp.cfg.urgent.tos)
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c123 #ifdef IPTOS_LOWDELAY
124 socket_set_tos (s, IPTOS_LOWDELAY);
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_io.c2374 #if defined(IPTOS_LOWDELAY) && defined(IPPROTO_IP) && defined(IP_TOS)
2376 #endif /* IPTOS_LOWDELAY && IPPROTO_IP && IP_TOS */
2449 #if defined(IPTOS_LOWDELAY) && defined(IPPROTO_IP) && defined(IP_TOS)
2451 tos = IPTOS_LOWDELAY;
2454 netsyslog(LOG_ERR, "setsockopt IPTOS_LOWDELAY on fails on address %s: %m",
2457 #endif /* IPTOS_LOWDELAY && IPPROTO_IP && IP_TOS */
/freebsd-10.0-release/contrib/tnftp/src/
H A Dftp.c246 #ifdef IPTOS_LOWDELAY
248 int tos = IPTOS_LOWDELAY;
252 "IPTOS_LOWDELAY");
/freebsd-10.0-release/contrib/netcat/
H A Dnetcat.c1033 { "lowdelay", IPTOS_LOWDELAY },
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c920 h->ip_tos = IPTOS_LOWDELAY;
/freebsd-10.0-release/contrib/telnet/telnet/
H A Dcommands.c2410 tos = IPTOS_LOWDELAY;
/freebsd-10.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c1343 cm_id->remote_addr.sin_port, IPTOS_LOWDELAY);
/freebsd-10.0-release/tools/tools/netmap/
H A Dpkt-gen.c415 ip->ip_tos = IPTOS_LOWDELAY;
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf.c2301 h->ip_tos = IPTOS_LOWDELAY;
5845 if (pqid || (pd.tos & IPTOS_LOWDELAY))
6262 if (pd.tos & IPTOS_LOWDELAY)
H A Dif_pfsync.c1386 ip->ip_tos = IPTOS_LOWDELAY;
/freebsd-10.0-release/libexec/ftpd/
H A Dftpd.c572 tos = IPTOS_LOWDELAY;
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dftpd.c655 tos = IPTOS_LOWDELAY;
/freebsd-10.0-release/sbin/ipfw/
H A Dipfw2.c160 { "lowdelay", IPTOS_LOWDELAY},

Completed in 469 milliseconds

12