Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_dplpmtud_path Struct Reference

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.

Detailed Description

Transport-owned DPLPMTUD path handle.

Field Documentation

◆ dst

struct net_sockaddr_storage net_dplpmtud_path::dst

Remote destination for this path.

◆ in_use

bool net_dplpmtud_path::in_use

Path handle is initialized.

◆ max_plpmtu

uint16_t net_dplpmtud_path::max_plpmtu

Transport-local maximum PLPMTU, or UINT16_MAX if uncapped.


The documentation for this struct was generated from the following file: