Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4698 → Rev 4699

/branches/network/uspace/srv/net/app/echo/echo.c
110,13 → 110,13
int parse_parameter_name_int( int argc, char ** argv, int * index, int * value, const char * name, int offset, int ( * parse_value )( const char * value ));
 
/** Translates the character string to the protocol family number.
* @param The protocol family name. Input parameter.
* @param name The protocol family name. Input parameter.
* @returns The corresponding protocol family number.
*/
int parse_protocol_family( const char * name );
 
/** Translates the character string to the socket type number.
* @param The socket type name. Input parameter.
* @param name The socket type name. Input parameter.
* @returns The corresponding socket type number.
*/
int parse_socket_type( const char * name );