Searched refs:IPTOS_DSCP_EF (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | defines.h | 86 # define IPTOS_DSCP_EF 0xb8 macro 98 #ifndef IPTOS_DSCP_EF 99 # define IPTOS_DSCP_EF 0xb8 macro
|
H A D | misc.c | 1886 { "ef", IPTOS_DSCP_EF },
|
/freebsd/sys/netinet/ |
H A D | ip.h | 120 #define IPTOS_DSCP_EF 0xb8 macro
|
/freebsd/usr.bin/iscsictl/ |
H A D | parse.y | 328 | DSCP EQUALS EF { target->t_dscp = IPTOS_DSCP_EF >> 2 ; }
|
/freebsd/usr.sbin/ctld/ |
H A D | parse.y | 466 | DSCP EF { portal_group_set_dscp(IPTOS_DSCP_EF >> 2); }
|
H A D | uclparse.c | 579 portal_group_set_dscp(IPTOS_DSCP_EF >> 2); in uclparse_dscp()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_io.c | 76 #ifndef IPTOS_DSCP_EF 77 #define IPTOS_DSCP_EF 0xb8 macro 79 int qos = IPTOS_DSCP_EF; /* QoS RFC3246 */
|
/freebsd/contrib/netcat/ |
H A D | netcat.c | 1425 { "ef", IPTOS_DSCP_EF }, in map_tos()
|
/freebsd/crypto/openssh/regress/ |
H A D | netcat.c | 1251 { "ef", IPTOS_DSCP_EF }, in map_tos()
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 192 { "ef", IPTOS_DSCP_EF >> 2 }, /* 101110 */
|
/freebsd/sbin/pfctl/ |
H A D | parse.y | 7330 { "ef", IPTOS_DSCP_EF },
|