OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pbandwidth
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/altq/libaltq/
qop_cbq.c
171
u_int
pbandwidth
= 0;
local in function:cbq_class_parser
228
} else if (EQUAL(*argv, "
pbandwidth
")) {
231
pbandwidth
= strtoul(*argv, NULL, 0);
232
if (
pbandwidth
> 100) {
234
"bad
pbandwidth
%d for %s!",
235
pbandwidth
, class_name);
291
if (bandwidth == 0 &&
pbandwidth
!= 0) {
295
bandwidth = ifinfo->bandwidth / 100 *
pbandwidth
;
Completed in 12 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025