GNUnet 0.21.1
SearchContext Struct Reference

Closure for #find_sender_by_address() More...

Collaboration diagram for SearchContext:
[legend]

Data Fields

const struct sockaddr * address
 Address we are looking for. More...
 
socklen_t address_len
 Number of bytes in address. More...
 
struct SenderAddresssender
 Return value to set if we found a match. More...
 

Detailed Description

Closure for #find_sender_by_address()

Definition at line 1852 of file gnunet-communicator-udp.c.

Field Documentation

◆ address

const struct sockaddr* SearchContext::address

Address we are looking for.

Definition at line 1857 of file gnunet-communicator-udp.c.

◆ address_len

socklen_t SearchContext::address_len

Number of bytes in address.

Definition at line 1862 of file gnunet-communicator-udp.c.

◆ sender

struct SenderAddress* SearchContext::sender

Return value to set if we found a match.

Definition at line 1867 of file gnunet-communicator-udp.c.


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