/src/usr.sbin/altq/libaltq/ |
qop_dummy.c | 69 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0) 84 if (EQUAL(*argv, "bandwidth")) { 88 } else if (EQUAL(*argv, "tbrsize")) {
|
qop_fifoq.c | 81 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0) 94 if (EQUAL(*argv, "bandwidth")) { 98 } else if (EQUAL(*argv, "tbrsize")) { 102 } else if (EQUAL(*argv, "qlimit")) { 106 } else if (EQUAL(*argv, "fifoq")) {
|
qop_blue.c | 81 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0) 99 if (EQUAL(*argv, "bandwidth")) { 103 } else if (EQUAL(*argv, "tbrsize")) { 107 } else if (EQUAL(*argv, "packetsize")) { 111 } else if (EQUAL(*argv, "qlimit")) { 115 } else if (EQUAL(*argv, "maxpmark")) { 119 } else if (EQUAL(*argv, "holdtime")) { 123 } else if (EQUAL(*argv, "blue")) { 125 } else if (EQUAL(*argv, "ecn")) {
|
qop_wfq.c | 81 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0) 96 if (EQUAL(*argv, "bandwidth")) { 100 } else if (EQUAL(*argv, "tbrsize")) { 104 } else if (EQUAL(*argv, "nqueues")) { 108 } else if (EQUAL(*argv, "qsize")) { 112 } else if (EQUAL(*argv, "hash")) { 115 if (EQUAL(*argv, "dstaddr")) 117 else if (EQUAL(*argv, "full")) 119 else if (EQUAL(*argv, "srcport")) 121 else if (EQUAL(*argv, "srcaddr") [all...] |
qop_priq.c | 86 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0) 102 if (EQUAL(*argv, "bandwidth")) { 106 } else if (EQUAL(*argv, "tbrsize")) { 110 } else if (EQUAL(*argv, "priq")) { 135 if (EQUAL(*argv, "priority")) { 139 } else if (EQUAL(*argv, "qlimit")) { 143 } else if (EQUAL(*argv, "default")) { 145 } else if (EQUAL(*argv, "red")) { 147 } else if (EQUAL(*argv, "ecn")) { 149 } else if (EQUAL(*argv, "rio")) [all...] |
qop_red.c | 81 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0) 101 if (EQUAL(*argv, "bandwidth")) { 105 } else if (EQUAL(*argv, "tbrsize")) { 109 } else if (EQUAL(*argv, "packetsize")) { 113 } else if (EQUAL(*argv, "weight")) { 117 } else if (EQUAL(*argv, "qlimit")) { 121 } else if (EQUAL(*argv, "thmin")) { 125 } else if (EQUAL(*argv, "thmax")) { 129 } else if (EQUAL(*argv, "invpmax")) { 133 } else if (EQUAL(*argv, "red")) [all...] |
qop_rio.c | 82 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0) 108 if (EQUAL(*argv, "bandwidth")) { 112 } else if (EQUAL(*argv, "tbrsize")) { 116 } else if (EQUAL(*argv, "packetsize")) { 120 } else if (EQUAL(*argv, "weight")) { 124 } else if (EQUAL(*argv, "qlimit")) { 128 } else if (EQUAL(*argv, "lo_thmin")) { 132 } else if (EQUAL(*argv, "lo_thmax")) { 136 } else if (EQUAL(*argv, "lo_invpmax")) { 140 } else if (EQUAL(*argv, "med_thmin")) [all...] |
qop_jobs.c | 145 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0) 159 if (EQUAL(*argv, "bandwidth")) { 163 } else if (EQUAL(*argv, "tbrsize")) { 167 } else if (EQUAL(*argv, "qlimit")) { 171 } else if (EQUAL(*argv, "separate")) { 174 } else if (EQUAL(*argv, "jobs")) { 208 if (EQUAL(*argv, "priority")) { 216 } else if (EQUAL(*argv, "adc")) { 224 } else if (EQUAL(*argv, "rdc")) { 232 } else if (EQUAL(*argv, "alc")) [all...] |
quip_server.c | 54 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0) 92 if (EQUAL(w, "GET")) { 103 if (EQUAL(w, "list")) { 105 } else if (EQUAL(w, "handle-to-name")) { 107 } else if (EQUAL(w, "qdisc")) { 109 } else if (EQUAL(w, "filter")) {
|
qop_hfsc.c | 100 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0) 116 if (EQUAL(*argv, "bandwidth")) { 120 } else if (EQUAL(*argv, "tbrsize")) { 124 } else if (EQUAL(*argv, "hfsc")) { 168 } else if (EQUAL(*argv, "ulimit")) { 174 } else if (EQUAL(*argv, "pshare")) { 186 } else if (EQUAL(*argv, "grate")) { 192 } else if (EQUAL(*argv, "bandwidth")) { 198 } else if (EQUAL(*argv, "qlimit")) { 202 } else if (EQUAL(*argv, "default")) [all...] |
parser.c | 89 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0) 383 if (next_word(&ocp, w) && EQUAL(w, "netmask")) { 441 if (EQUAL(w, "name")) { 446 } else if (EQUAL(w, "ruleno")) { 531 if (!EQUAL(parent_name, "null") && !EQUAL(parent_name, "NULL")) 632 if (EQUAL(w, "tos")) { 639 if (EQUAL(w, "tosmask")) { 647 } else if (EQUAL(w, "gpi")) { 654 } else if (EQUAL(w, "dontwarn") [all...] |
qop_cbq.c | 107 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0) 126 if (EQUAL(*argv, "bandwidth")) { 130 } else if (EQUAL(*argv, "tbrsize")) { 134 } else if (EQUAL(*argv, "efficient")) { 136 } else if (EQUAL(*argv, "cbq")) { 138 } else if (EQUAL(*argv, "cbq-wrr")) { 140 } else if (EQUAL(*argv, "cbq-prr")) { 142 } else if (EQUAL(*argv, "no-tbr")) { 144 } else if (EQUAL(*argv, "no-control")) { 186 if (EQUAL(*argv, "priority")) [all...] |
/src/usr.bin/look/ |
look.c | 79 #define EQUAL 0 262 case EQUAL: /* Found it. */ 282 for (; front < back && compare(string, front, back) == EQUAL; ++front) { 292 * Return LESS, GREATER, or EQUAL depending on how the string1 compares with 295 * o Matches up to len(s1) are EQUAL. 323 return (*s1 ? GREATER : EQUAL);
|
/src/usr.sbin/mrouted/ |
defs.h | 57 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0)
|
/src/usr.bin/rdist/ |
defs.h | 57 #define EQUAL 1
|
/src/common/dist/zlib/ |
deflate.c | 826 * The larger expansion of 13% results from a window size less than or equal to 973 * avail_in equal to zero. There won't be anything to do, 1343 * return its length. Matches shorter or equal to prev_length are discarded, 1344 * in which case the result is equal to prev_length and match_start is 1415 * always equal when the other bytes match, given that the hash keys 1416 * are equal and that HASH_BITS >= 8. Compare 2 bytes at a time at 1451 * are always equal when the other bytes match, given that 1452 * the hash keys are equal and that HASH_BITS >= 8. 1523 * are always equal when the other bytes match, given that 1524 * the hash keys are equal and that HASH_BITS >= 8 [all...] |
/src/sys/net/ |
zlib.c | 484 /* Depth of each subtree used as tie breaker for trees of equal frequency 754 #define EQUAL 0 755 /* result of memcmp for equal strings */ 1095 * avail_in equal to zero. There won't be anything to do, 1338 * return its length. Matches shorter or equal to prev_length are discarded, 1339 * in which case the result is equal to prev_length and match_start is 1411 * always equal when the other bytes match, given that the hash keys 1412 * are equal and that HASH_BITS >= 8. Compare 2 bytes at a time at 1446 * are always equal when the other bytes match, given that 1447 * the hash keys are equal and that HASH_BITS >= 8 [all...] |