Class Based Queueing (CBQ)
[Queueing DisciplinesClasses]


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.


Function Documentation

char* nl_ovl_strategy2str ( int  type,
char *  buf,
size_t  len 
)

Convert a CBQ OVL strategy to a character string.

Parameters:
type CBQ OVL strategy
buf destination buffer
len length of destination buffer
Converts a CBQ OVL strategy to a character string and stores in the provided buffer. Returns the destination buffer or the type encoded in hex if no match was found.

Definition at line 49 of file cbq.c.

int nl_str2ovl_strategy ( const char *  name  ) 

Convert a string to a CBQ OVL strategy.

Parameters:
name CBQ OVL stragegy name
Converts a CBQ OVL stragegy name to it's corresponding CBQ OVL strategy type. Returns the type or -1 if none was found.

Definition at line 62 of file cbq.c.


Generated on Fri Apr 27 14:14:08 2007 for libnl by  doxygen 1.5.1