Searched refs:IPTOS_DSCP_EF (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | defines.h | 84 # define IPTOS_DSCP_EF 0xb8 macro 96 #ifndef IPTOS_DSCP_EF 97 # define IPTOS_DSCP_EF 0xb8 macro
|
| H A D | misc.c | 1436 { "ef", IPTOS_DSCP_EF },
|
| /freebsd-12.1/sys/netinet/ |
| H A D | ip.h | 123 #define IPTOS_DSCP_EF 0xb8 macro
|
| /freebsd-12.1/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-12.1/contrib/netcat/ |
| H A D | netcat.c | 1264 { "ef", IPTOS_DSCP_EF }, in map_tos()
|
| /freebsd-12.1/crypto/openssh/regress/ |
| H A D | netcat.c | 1230 { "ef", IPTOS_DSCP_EF }, in map_tos()
|
| /freebsd-12.1/sbin/ipfw/ |
| H A D | ipfw2.c | 185 { "ef", IPTOS_DSCP_EF >> 2 }, /* 101110 */
|
| /freebsd-12.1/sbin/pfctl/ |
| H A D | parse.y | 6332 { "ef", IPTOS_DSCP_EF }, in map_tos()
|