Loading...
Searching...
No Matches
opt.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2020 Freie Universität Berlin
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
20
21#include <stdint.h>
22
23#include "net/gnrc/pkt.h"
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
50 uint8_t protnum);
51
52#ifdef __cplusplus
53}
54#endif
55
gnrc_pktsnip_t * gnrc_ipv6_ext_opt_process(gnrc_pktsnip_t *pkt, uint8_t protnum)
Processes all options within an IPv6 option header.
struct gnrc_pktsnip gnrc_pktsnip_t
Type to represent parts (either headers or payload) of a packet, called snips.
General definitions for network packets and their helper functions.