Function riot_sys::gnrc_ipv6_init

source ·
pub unsafe extern "C" fn gnrc_ipv6_init() -> kernel_pid_t
Expand description

@brief Initialization of the IPv6 thread.

@return The PID to the IPv6 thread, on success. @return a negative errno on error. @return -EOVERFLOW, if there are too many threads running already @return -EEXIST, if IPv6 was already initialized.