Closure for #find_sender_by_address() More...
Data Fields | |
const struct sockaddr * | address |
Address we are looking for. More... | |
socklen_t | address_len |
Number of bytes in address. More... | |
struct SenderAddress * | sender |
Return value to set if we found a match. More... | |
Closure for #find_sender_by_address()
Definition at line 1926 of file gnunet-communicator-udp.c.
const struct sockaddr* SearchContext::address |
Address we are looking for.
Definition at line 1931 of file gnunet-communicator-udp.c.
socklen_t SearchContext::address_len |
Number of bytes in address.
Definition at line 1936 of file gnunet-communicator-udp.c.
struct SenderAddress* SearchContext::sender |
Return value to set if we found a match.
Definition at line 1941 of file gnunet-communicator-udp.c.