Lines Matching refs:optlist
326 struct coap_optlist_t *next; /**< next entry in the optlist chain */
333 * Create a new optlist entry.
345 * @return A pointer to the new optlist entry, or @c NULL if error
352 * The current optlist of @p optlist_chain is first sorted (as per RFC7272
356 * @param optlist_chain The chained list of optlist to add to the pdu
363 * Adds @p optlist to the given @p optlist_chain. The optlist_chain variable
368 * @param optlist_chain The chain to add optlist to
369 * @param optlist The optlist to add to the queue
374 coap_optlist_t *optlist);
380 * @param optlist_chain The optlist chain to remove all the entries from