Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4755 → Rev 4756

/branches/network/uspace/srv/net/include/protocol_map.h
44,8 → 44,8
#include "hardware.h"
 
/** Maps the internetwork layer service to the network interface layer type.
* @param nil Network interface layer service. Input parameter.
* @param il Internetwork layer service. Input parameter.
* @param[in] nil Network interface layer service.
* @param[in] il Internetwork layer service.
* @returns Network interface layer type of the internetworking layer service.
* @returns 0 if mapping is not found.
*/
67,8 → 67,8
}
 
/** Maps the network interface layer type to the internetwork layer service.
* @param nil Network interface layer service. Input parameter.
* @param protocol Network interface layer type. Input parameter.
* @param[in] nil Network interface layer service.
* @param[in] protocol Network interface layer type.
* @returns Internetwork layer service of the network interface layer type.
* @returns 0 if mapping is not found.
*/
90,7 → 90,7
}
 
/** Maps the link service access point identifier to the Ethernet protocol identifier.
* @param lsap Link service access point identifier. Input parameter.
* @param[in] lsap Link service access point identifier.
* @returns Ethernet protocol identifier of the link service access point identifier.
* @returns ETH_LSAP_NULL if mapping is not found.
*/
106,7 → 106,7
}
 
/** Maps the Ethernet protocol identifier to the link service access point identifier.
* @param ethertype Ethernet protocol identifier. Input parameter.
* @param[in] ethertype Ethernet protocol identifier.
* @returns Link service access point identifier.
* @returns 0 if mapping is not found.
*/
122,7 → 122,7
}
 
/** Maps the network interface layer services to the hardware types.
* @param nil The network interface service. Input parameter.
* @param[in] nil The network interface service.
* @returns The hardware type of the network interface service.
* @returns 0 if mapping is not found.
*/