HomeSort by: relevance | last modified time | path
    Searched refs:IPTOS_LOWDELAY (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/netinet/
ip.h 140 #define IPTOS_LOWDELAY 0x10
ip_carp.c 1081 ip->ip_tos = IPTOS_LOWDELAY;
  /src/sys/net/npf/
npf_sendpkt.c 186 ip->ip_tos = IPTOS_LOWDELAY;
  /src/libexec/rlogind/
rlogind.c 221 on = IPTOS_LOWDELAY;
  /src/usr.bin/rlogin/
rlogin.c 286 one = IPTOS_LOWDELAY;
  /src/sys/net/
if_ppp.c 907 if (ip->ip_tos & IPTOS_LOWDELAY)
924 if (ip->ip_tos & IPTOS_LOWDELAY)
if_sl.c 528 if ((ip->ip_tos & IPTOS_LOWDELAY) != 0)
if_spppsubr.c 905 ((ip && (ip->ip_tos & IPTOS_LOWDELAY)) ||
  /src/sys/dev/ic/
hd64570.c 823 if ((mtod(m, struct ip *)->ip_tos & IPTOS_LOWDELAY)
824 == IPTOS_LOWDELAY)
  /src/usr.bin/ftp/
ftp.c 252 #ifdef IPTOS_LOWDELAY
254 int tos = IPTOS_LOWDELAY;
258 "IPTOS_LOWDELAY");
  /src/usr.bin/nc/
netcat.c 1577 { "lowdelay", IPTOS_LOWDELAY },
  /src/sys/dist/pf/net/
pf.c 1798 h->ip_tos = IPTOS_LOWDELAY;
5938 if (pqid || (pd.tos & IPTOS_LOWDELAY))
5948 if (pqid || (pd.tos & IPTOS_LOWDELAY))
6365 if (pd.tos & IPTOS_LOWDELAY)
6375 if (pd.tos & IPTOS_LOWDELAY)
if_pfsync.c 1587 ip->ip_tos = IPTOS_LOWDELAY;
  /src/dist/pf/sbin/pfctl/
parse.y 3071 $$ = IPTOS_LOWDELAY;
  /src/libexec/ftpd/
ftpd.c 673 tos = IPTOS_LOWDELAY;

Completed in 40 milliseconds