Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
wireguard_allowed_ip Struct Reference

Wireguard allowed IP address struct. More...

#include <zephyr/net/wireguard.h>

Data Fields

struct net_addr addr
 Allowed IPv4 or IPv6 address.
uint8_t mask_len
 Netmask (for IPv4) or Prefix (for IPv6) length.
bool is_valid: 1
 Is the allowed IP address valid.

Detailed Description

Wireguard allowed IP address struct.

Field Documentation

◆ addr

struct net_addr wireguard_allowed_ip::addr

Allowed IPv4 or IPv6 address.

◆ is_valid

bool wireguard_allowed_ip::is_valid

Is the allowed IP address valid.

◆ mask_len

uint8_t wireguard_allowed_ip::mask_len

Netmask (for IPv4) or Prefix (for IPv6) length.


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