Symbol: atobps
usr.sbin/altq/libaltq/altq_qop.h
182
uint64_t atobps(const char *s);
usr.sbin/altq/libaltq/parser.c
1111
profile[0].rate = atobps(w);
usr.sbin/altq/libaltq/parser.c
1133
profile[i].rate = atobps(w);
usr.sbin/altq/libaltq/parser.c
1165
cmtd_rate = atobps(w);
usr.sbin/altq/libaltq/parser.c
1171
peak_rate = atobps(w);
usr.sbin/altq/libaltq/qop_blue.c
102
bandwidth = atobps(*argv);
usr.sbin/altq/libaltq/qop_cbq.c
129
bandwidth = atobps(*argv);
usr.sbin/altq/libaltq/qop_cbq.c
241
bandwidth = atobps(*argv);
usr.sbin/altq/libaltq/qop_dummy.c
87
bandwidth = atobps(*argv);
usr.sbin/altq/libaltq/qop_fifoq.c
97
bandwidth = atobps(*argv);
usr.sbin/altq/libaltq/qop_hfsc.c
119
bandwidth = atobps(*argv);
usr.sbin/altq/libaltq/qop_hfsc.c
171
um2 = atobps(*argv);
usr.sbin/altq/libaltq/qop_hfsc.c
189
rm2 = atobps(*argv);
usr.sbin/altq/libaltq/qop_hfsc.c
195
rm2 = fm2 = atobps(*argv);
usr.sbin/altq/libaltq/qop_hfsc.c
326
*m1 = atobps(cp);
usr.sbin/altq/libaltq/qop_hfsc.c
330
*m2 = atobps(cp);
usr.sbin/altq/libaltq/qop_jobs.c
162
bandwidth = atobps(*argv);
usr.sbin/altq/libaltq/qop_jobs.c
259
arc = atobps(*argv);
usr.sbin/altq/libaltq/qop_priq.c
105
bandwidth = atobps(*argv);
usr.sbin/altq/libaltq/qop_red.c
104
bandwidth = atobps(*argv);
usr.sbin/altq/libaltq/qop_rio.c
111
bandwidth = atobps(*argv);
usr.sbin/altq/libaltq/qop_wfq.c
99
bandwidth = atobps(*argv);
usr.sbin/altq/tbrconfig/tbrconfig.c
48
static u_long atobps(const char *s);
usr.sbin/altq/tbrconfig/tbrconfig.c
95
rate = (u_int)atobps(argv[1]);