ng_icmpv6: use doxygen todo
This commit is contained in:
parent
0d73cd301d
commit
ee133344bd
@ -20,6 +20,8 @@
|
|||||||
* @brief Definitions for ICMPv6
|
* @brief Definitions for ICMPv6
|
||||||
*
|
*
|
||||||
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||||
|
*
|
||||||
|
* @todo build error messages
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef NG_ICMPV6_H_
|
#ifndef NG_ICMPV6_H_
|
||||||
@ -77,8 +79,6 @@ void ng_icmpv6_demux(kernel_pid_t iface, ng_pktsnip_t *pkt);
|
|||||||
*/
|
*/
|
||||||
ng_pktsnip_t *ng_icmpv6_build(ng_pktsnip_t *next, uint8_t type, uint8_t code, size_t size);
|
ng_pktsnip_t *ng_icmpv6_build(ng_pktsnip_t *next, uint8_t type, uint8_t code, size_t size);
|
||||||
|
|
||||||
/* TODO: build error messages */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Calculates the checksum for an ICMPv6 packet.
|
* @brief Calculates the checksum for an ICMPv6 packet.
|
||||||
*
|
*
|
||||||
|
|||||||
@ -16,6 +16,8 @@
|
|||||||
* @brief ICMPv6 error message definitions
|
* @brief ICMPv6 error message definitions
|
||||||
*
|
*
|
||||||
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||||
|
*
|
||||||
|
* @todo implement build and handle functions
|
||||||
*/
|
*/
|
||||||
#ifndef NG_ICMPV6_ERROR_H_
|
#ifndef NG_ICMPV6_ERROR_H_
|
||||||
#define NG_ICMPV6_ERROR_H_
|
#define NG_ICMPV6_ERROR_H_
|
||||||
@ -146,8 +148,6 @@ typedef struct __attribute__((packed)) {
|
|||||||
network_uint32_t ptr; /**< pointer */
|
network_uint32_t ptr; /**< pointer */
|
||||||
} ng_icmpv6_error_param_prob_t;
|
} ng_icmpv6_error_param_prob_t;
|
||||||
|
|
||||||
/* TODO: implement build and handle functions */
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user