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

/freebsd-13-stable/contrib/tcpdump/
H A Dip.h74 #define IPTOS_LOWDELAY 0x10 macro
/freebsd-13-stable/sys/netinet/
H A Dip.h79 #define IPTOS_LOWDELAY 0x10 macro
/freebsd-13-stable/crypto/openssh/
H A Ddefines.h60 #ifndef IPTOS_LOWDELAY
61 # define IPTOS_LOWDELAY 0x10 macro
66 #endif /* IPTOS_LOWDELAY */
H A Dmisc.c1440 { "lowdelay", IPTOS_LOWDELAY },
/freebsd-13-stable/sbin/dhclient/
H A Dpacket.c121 ip.ip_tos = IPTOS_LOWDELAY;
/freebsd-13-stable/contrib/opie/
H A Dopieftpd.c163 #ifndef IPTOS_LOWDELAY
165 #endif /* !IPTOS_LOWDELAY */
865 tos = IPTOS_LOWDELAY;
1593 tos = IPTOS_LOWDELAY;
/freebsd-13-stable/usr.sbin/ppp/
H A Dip.c653 if (tos == IPTOS_LOWDELAY && bundle->ncp.cfg.urgent.tos)
817 if (tos == IPTOS_LOWDELAY && bundle->ncp.cfg.urgent.tos)
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c123 #ifdef IPTOS_LOWDELAY
124 socket_set_tos (s, IPTOS_LOWDELAY);
/freebsd-13-stable/contrib/tnftp/src/
H A Dftp.c246 #ifdef IPTOS_LOWDELAY
248 int tos = IPTOS_LOWDELAY;
252 "IPTOS_LOWDELAY");
/freebsd-13-stable/contrib/netcat/
H A Dnetcat.c1375 { "lowdelay", IPTOS_LOWDELAY },
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c571 ip->ip_tos = IPTOS_LOWDELAY;
745 h->ip_tos = IPTOS_LOWDELAY;
H A Dip_fw_dynamic.c2379 ip->ip_tos = IPTOS_LOWDELAY;
/freebsd-13-stable/crypto/openssh/regress/
H A Dnetcat.c1232 { "lowdelay", IPTOS_LOWDELAY },
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.c2583 h->ip_tos = IPTOS_LOWDELAY;
6158 if (pd.tos & IPTOS_LOWDELAY)
6178 if (pqid || (pd.tos & IPTOS_LOWDELAY))
6606 if (pd.tos & IPTOS_LOWDELAY)
6626 if (pd.tos & IPTOS_LOWDELAY)
H A Dif_pfsync.c1462 ip->ip_tos = IPTOS_LOWDELAY;
/freebsd-13-stable/contrib/telnet/telnet/
H A Dcommands.c2408 tos = IPTOS_LOWDELAY;
/freebsd-13-stable/libexec/ftpd/
H A Dftpd.c584 tos = IPTOS_LOWDELAY;
/freebsd-13-stable/sys/net/
H A Dif_spppsubr.c855 else if (ip->ip_tos & IPTOS_LOWDELAY)
/freebsd-13-stable/tools/tools/netmap/
H A Dpkt-gen.c1070 ip.ip_tos = IPTOS_LOWDELAY;
/freebsd-13-stable/sbin/ipfw/
H A Dipfw2.c161 { "lowdelay", IPTOS_LOWDELAY},
/freebsd-13-stable/sbin/pfctl/
H A Dparse.y6412 { "lowdelay", IPTOS_LOWDELAY },

Completed in 458 milliseconds