Subversion Repositories HelenOS

Rev

Rev 4603 | Rev 4700 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4603 Rev 4699
Line 108... Line 108...
108
 *  @returns ENOENT if the parameter name has not been found.
108
 *  @returns ENOENT if the parameter name has not been found.
109
 */
109
 */
110
int parse_parameter_name_int( int argc, char ** argv, int * index, int * value, const char * name, int offset, int ( * parse_value )( const char * value ));
110
int parse_parameter_name_int( int argc, char ** argv, int * index, int * value, const char * name, int offset, int ( * parse_value )( const char * value ));
111
 
111
 
112
/** Translates the character string to the protocol family number.
112
/** Translates the character string to the protocol family number.
113
 *  @param The protocol family name. Input parameter.
113
 *  @param name The protocol family name. Input parameter.
114
 *  @returns The corresponding protocol family number.
114
 *  @returns The corresponding protocol family number.
115
 */
115
 */
116
int parse_protocol_family( const char * name );
116
int parse_protocol_family( const char * name );
117
 
117
 
118
/** Translates the character string to the socket type number.
118
/** Translates the character string to the socket type number.
119
 *  @param The socket type name. Input parameter.
119
 *  @param name The socket type name. Input parameter.
120
 *  @returns The corresponding socket type number.
120
 *  @returns The corresponding socket type number.
121
 */
121
 */
122
int parse_socket_type( const char * name );
122
int parse_socket_type( const char * name );
123
 
123
 
124
void print_help( void ){
124
void print_help( void ){