|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Transport-owned DPLPMTUD path handle. More...
#include <zephyr/net/dplpmtud.h>
Data Fields | |
| struct net_sockaddr_storage | dst |
| Remote destination for this path. | |
| uint16_t | max_plpmtu |
| Transport-local maximum PLPMTU, or UINT16_MAX if uncapped. | |
| bool | in_use |
| Path handle is initialized. | |
Transport-owned DPLPMTUD path handle.
| struct net_sockaddr_storage net_dplpmtud_path::dst |
Remote destination for this path.
| bool net_dplpmtud_path::in_use |
Path handle is initialized.
| uint16_t net_dplpmtud_path::max_plpmtu |
Transport-local maximum PLPMTU, or UINT16_MAX if uncapped.