Lines Matching defs:context
86 /** context memory, containing IPv6 addresses */
290 * Set context id IPv6 address
292 * Store one IPv6 address to a given context id.
295 * @param context IPv6 addr for this context
297 * @return ERR_OK (if everything is fine), ERR_ARG (if the context id is out of range), ERR_VAL (if contexts disabled)
300 rfc7668_set_context(u8_t idx, const ip6_addr_t *context)
307 /* copy IPv6 address to context storage */
308 ip6_addr_set(&rfc7668_context[idx], context);
312 LWIP_UNUSED_ARG(context);