|
Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
|
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. | |
Wireguard allowed IP address struct.
| struct net_addr wireguard_allowed_ip::addr |
Allowed IPv4 or IPv6 address.
| bool wireguard_allowed_ip::is_valid |
Is the allowed IP address valid.
| uint8_t wireguard_allowed_ip::mask_len |
Netmask (for IPv4) or Prefix (for IPv6) length.