Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
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
21
#include <stdint.h>
22
23
#include "
net/gnrc/pkt.h
"
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
49
gnrc_pktsnip_t
*
gnrc_ipv6_ext_opt_process
(
gnrc_pktsnip_t
*pkt,
50
uint8_t protnum);
51
52
#ifdef __cplusplus
53
}
54
#endif
55
gnrc_ipv6_ext_opt_process
gnrc_pktsnip_t * gnrc_ipv6_ext_opt_process(gnrc_pktsnip_t *pkt, uint8_t protnum)
Processes all options within an IPv6 option header.
pkt.h
General definitions for network packets and their helper functions.
gnrc_pktsnip
Type to represent parts (either headers or payload) of a packet, called snips.
Definition:
pkt.h:105
Generated on Mon Nov 24 2025 18:43:16 by
1.9.1