GNUnet 0.21.1
RedirectToIpResponseMessage Struct Reference

Response from the VPN service to a VPN client informing about the IP that was assigned for the requested redirection. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/vpn/vpn.h>

Collaboration diagram for RedirectToIpResponseMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_VPN_CLIENT_USE_IP. More...
 
int32_t result_af
 Address family of the allocated address that follows; will match "result_af" from the request, of be "AF_UNSPEC" on errors. More...
 
uint64_t request_id
 Unique ID to match the response to a request. More...
 

Detailed Description

Response from the VPN service to a VPN client informing about the IP that was assigned for the requested redirection.

Definition at line 129 of file vpn.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader RedirectToIpResponseMessage::header

Type is GNUNET_MESSAGE_TYPE_VPN_CLIENT_USE_IP.

Definition at line 134 of file vpn.h.

Referenced by check_use_ip().

◆ result_af

int32_t RedirectToIpResponseMessage::result_af

Address family of the allocated address that follows; will match "result_af" from the request, of be "AF_UNSPEC" on errors.

Definition at line 140 of file vpn.h.

Referenced by check_use_ip(), handle_use_ip(), and send_client_reply().

◆ request_id

uint64_t RedirectToIpResponseMessage::request_id

Unique ID to match the response to a request.

Definition at line 145 of file vpn.h.

Referenced by check_use_ip(), and handle_use_ip().


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