Functions | |
char * | nl_ovl_strategy2str (int type, char *buf, size_t len) |
Convert a CBQ OVL strategy to a character string. | |
int | nl_str2ovl_strategy (const char *name) |
Convert a string to a CBQ OVL strategy. |
char* nl_ovl_strategy2str | ( | int | type, | |
char * | buf, | |||
size_t | len | |||
) |
type | CBQ OVL strategy | |
buf | destination buffer | |
len | length of destination buffer |
Definition at line 49 of file cbq.c.
00050 { 00051 return __type2str(type, buf, len, ovl_strategies, 00052 ARRAY_SIZE(ovl_strategies)); 00053 }
int nl_str2ovl_strategy | ( | const char * | name | ) |