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_release/build/src/service/vpn/vpn.h>
| Data Fields | |
| struct GNUNET_MessageHeader | header | 
| Type is GNUNET_MESSAGE_TYPE_VPN_CLIENT_USE_IP. | |
| 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. | |
| uint64_t | request_id | 
| Unique ID to match the response to a request. | |
Response from the VPN service to a VPN client informing about the IP that was assigned for the requested redirection.
| 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().
| 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().
| 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().