Searched refs:IPTOS_DSCP_EF (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dip.h123 #define IPTOS_DSCP_EF 0xb8 macro
/freebsd-12-stable/crypto/openssh/
H A Ddefines.h84 # define IPTOS_DSCP_EF 0xb8 macro
96 #ifndef IPTOS_DSCP_EF
97 # define IPTOS_DSCP_EF 0xb8 macro
98 #endif /* IPTOS_DSCP_EF */
H A Dmisc.c1439 { "ef", IPTOS_DSCP_EF },
/freebsd-12-stable/usr.bin/iscsictl/
H A Dparse.y324 | DSCP EQUALS EF { target->t_dscp = IPTOS_DSCP_EF >> 2 ; }
/freebsd-12-stable/usr.sbin/ctld/
H A Dparse.y492 | DSCP EF { portal_group->pg_dscp = IPTOS_DSCP_EF >> 2 ; }
H A Duclparse.c628 portal_group->pg_dscp = IPTOS_DSCP_EF >> 2;
/freebsd-12-stable/contrib/netcat/
H A Dnetcat.c1279 { "ef", IPTOS_DSCP_EF },
/freebsd-12-stable/crypto/openssh/regress/
H A Dnetcat.c1230 { "ef", IPTOS_DSCP_EF },
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_io.c76 #ifndef IPTOS_DSCP_EF
77 #define IPTOS_DSCP_EF 0xb8 macro
79 int qos = IPTOS_DSCP_EF; /* QoS RFC3246 */
/freebsd-12-stable/sbin/ipfw/
H A Dipfw2.c193 { "ef", IPTOS_DSCP_EF >> 2 }, /* 101110 */
/freebsd-12-stable/sbin/pfctl/
H A Dparse.y6402 { "ef", IPTOS_DSCP_EF },

Completed in 306 milliseconds